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

Unified Diff: test/directive_parser_test.dart

Issue 11465028: rename web_components -> web_ui (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: Created 8 years 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: test/directive_parser_test.dart
diff --git a/test/directive_parser_test.dart b/test/directive_parser_test.dart
index 91d2f759c4c5c0176ae9ef1dcf982cb9c19e3ca3..c12611f56c74087af07a1d9f8a02c20abf55d71e 100644
--- a/test/directive_parser_test.dart
+++ b/test/directive_parser_test.dart
@@ -6,9 +6,9 @@ library directive_parser_test;
import 'package:unittest/unittest.dart';
import 'package:unittest/vm_config.dart';
-import 'package:web_components/src/info.dart' show DartCodeInfo;
-import 'package:web_components/src/messages.dart' show messages;
-import 'package:web_components/src/directive_parser.dart';
+import 'package:web_ui/src/info.dart' show DartCodeInfo;
+import 'package:web_ui/src/messages.dart' show messages;
+import 'package:web_ui/src/directive_parser.dart';
import 'testing.dart';
main() {

Powered by Google App Engine
This is Rietveld 408576698