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

Unified Diff: client/samples/total/src/Total.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/samples/swarm/swarmlib.dart ('k') | client/samples/total/src/TotalLib.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/total/src/Total.dart
diff --git a/client/samples/total/src/Total.dart b/client/samples/total/src/Total.dart
index 744f2533f0e80c5d9a204067674d5329e43e91c3..afdb384afc2b3f57c3122ac4849d18a19bf751f4 100644
--- a/client/samples/total/src/Total.dart
+++ b/client/samples/total/src/Total.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
#library("Total");
-#import("../../../html/html.dart");
+#import("dart:html");
#import("TotalLib.dart");
class Total {
« no previous file with comments | « client/samples/swarm/swarmlib.dart ('k') | client/samples/total/src/TotalLib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698