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

Unified Diff: client/tests/client/util/util_tests.dart

Issue 8526024: convert html.dart to dart:html in all client samples. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 | « client/tests/client/samples/total/total_tests.dart ('k') | client/tests/client/view/view_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/util/util_tests.dart
diff --git a/client/tests/client/util/util_tests.dart b/client/tests/client/util/util_tests.dart
index dd3280bf51b3bd7ff887008700502268ab0dda3b..5253c47d3bcd8ffee062f092161cf5359c2c546d 100644
--- a/client/tests/client/util/util_tests.dart
+++ b/client/tests/client/util/util_tests.dart
@@ -4,7 +4,7 @@
#library('util_tests');
-#import('../../../html/html.dart');
+#import('dart:html');
#import('../../../testing/unittest/unittest.dart');
#import('../../../util/utilslib.dart');
« no previous file with comments | « client/tests/client/samples/total/total_tests.dart ('k') | client/tests/client/view/view_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698