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

Unified Diff: pkg/webdriver/test/webdrivertest.dart

Issue 11575043: Convert the small packages in pkg to use "package:". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
« no previous file with comments | « pkg/logging/test/logging_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/webdriver/test/webdrivertest.dart
diff --git a/pkg/webdriver/test/webdrivertest.dart b/pkg/webdriver/test/webdrivertest.dart
index 69b8073949d11dacdf327df318d02768fbe14c23..8d9c0ac9bff06e16c6930bc51771858b2707c7c7 100644
--- a/pkg/webdriver/test/webdrivertest.dart
+++ b/pkg/webdriver/test/webdrivertest.dart
@@ -1,6 +1,6 @@
library webdriver_test;
-import '../webdriver.dart';
-import '../../../pkg/unittest/lib/unittest.dart';
+import 'package:webdriver/webdriver.dart';
+import 'package:unittest/unittest.dart';
WebDriver web_driver;
« no previous file with comments | « pkg/logging/test/logging_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698