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

Unified Diff: pkg/polymer/test/transform/script_compactor_test.dart

Issue 23757034: Rearranges the polymer package now that the old compiler is gone. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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: pkg/polymer/test/transform/script_compactor_test.dart
diff --git a/pkg/polymer/test/transform/script_compactor_test.dart b/pkg/polymer/test/transform/script_compactor_test.dart
index 71a86f29c42994a3f94514a0402b3df9d39c470e..ea68dab16bdc009f90e42072662f7df6b6d94abd 100644
--- a/pkg/polymer/test/transform/script_compactor_test.dart
+++ b/pkg/polymer/test/transform/script_compactor_test.dart
@@ -4,8 +4,8 @@
library polymer.test.transform.script_compactor_test;
-import 'package:polymer/src/transform/common.dart';
-import 'package:polymer/src/transform/script_compactor.dart';
+import 'package:polymer/src/common.dart';
+import 'package:polymer/src/script_compactor.dart';
import 'package:unittest/compact_vm_config.dart';
import 'common.dart';

Powered by Google App Engine
This is Rietveld 408576698