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

Unified Diff: pkg/serialization/test/polyfill_identity_map_test.dart

Issue 11734012: Convert pkg/serialization imports to "package:". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 12 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
« no previous file with comments | « no previous file | pkg/serialization/test/serialization_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/serialization/test/polyfill_identity_map_test.dart
diff --git a/pkg/serialization/test/polyfill_identity_map_test.dart b/pkg/serialization/test/polyfill_identity_map_test.dart
index edb7b20b17f4e9e31fbf9ed9ce8a21cfe848c1f2..9988dcaf574f5bb0d07db9773262a2676aeec749 100644
--- a/pkg/serialization/test/polyfill_identity_map_test.dart
+++ b/pkg/serialization/test/polyfill_identity_map_test.dart
@@ -10,8 +10,8 @@
// Issue 4161.
library identity_set_test;
-import '../../unittest/lib/unittest.dart';
-import '../lib/src/serialization_helpers.dart';
+import 'package:unittest/unittest.dart';
+import 'package:serialization/src/serialization_helpers.dart';
class Foo {
var x;
« no previous file with comments | « no previous file | pkg/serialization/test/serialization_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698