Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(563)

Unified Diff: lib/protobuf.dart

Issue 1196773004: changes for 0.3.9 (Closed) Base URL: https://github.com/dart-lang/dart-protobuf.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/protobuf.dart
diff --git a/lib/protobuf.dart b/lib/protobuf.dart
index d74c9c8b813b52e8f66dd75c7d847f5c3363906c..5789b7a9380e0235908b78c8c8ad71de418956f6 100644
--- a/lib/protobuf.dart
+++ b/lib/protobuf.dart
@@ -4,7 +4,7 @@
library protobuf;
-import 'dart:collection' show ListMixin;
+import 'dart:collection' show ListMixin, MapMixin;
import 'dart:convert' show JSON, Utf8Codec;
import 'dart:math' as math;
import 'dart:typed_data' show TypedData, Uint8List, ByteData, Endianness;
@@ -20,6 +20,7 @@ part 'src/protobuf/extension.dart';
part 'src/protobuf/extension_registry.dart';
part 'src/protobuf/field_info.dart';
part 'src/protobuf/generated_message.dart';
+part 'src/protobuf/map_mixin.dart';
part 'src/protobuf/pb_list.dart';
part 'src/protobuf/protobuf_enum.dart';
part 'src/protobuf/unknown_field_set.dart';

Powered by Google App Engine
This is Rietveld 408576698