Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
R=sgjesse@google.com
BUG=

Review URL: https://chromiumcodereview.appspot.com//1209533002
  • Loading branch information
wibling committed Jun 24, 2015
1 parent 39484fd commit 02c90ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/protobuf.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ part 'src/protobuf/generated_message.dart';
part 'src/protobuf/generated_service.dart';
part 'src/protobuf/pb_list.dart';
part 'src/protobuf/protobuf_enum.dart';
part 'src/protobuf/rpc_client';
part 'src/protobuf/rpc_client.dart';
part 'src/protobuf/unknown_field_set.dart';
part 'src/protobuf/utils.dart';
part 'src/protobuf/wire_format.dart';
Expand Down

0 comments on commit 02c90ed

Please sign in to comment.