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

Unified Diff: client/fling/samples/static/lil_client.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/base/base.dart ('k') | client/layout/layout.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/fling/samples/static/lil_client.dart
diff --git a/client/fling/samples/static/lil_client.dart b/client/fling/samples/static/lil_client.dart
index cbc7a5e2f665a8de02cd2b0ed68a8fd2769263f7..75f68f1d61cb3bdde27056ec13940bca91cae236 100644
--- a/client/fling/samples/static/lil_client.dart
+++ b/client/fling/samples/static/lil_client.dart
@@ -4,7 +4,7 @@
#library('lil_client');
-#import('../../../html/html.dart');
+#import('dart:html');
void main() {
}
« no previous file with comments | « client/base/base.dart ('k') | client/layout/layout.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698