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

Unified Diff: client/samples/slider/slider_sample.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/isolate/isolate_sample.dart ('k') | client/samples/swarm/swarmlib.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/slider/slider_sample.dart
diff --git a/client/samples/slider/slider_sample.dart b/client/samples/slider/slider_sample.dart
index dd24d1c8caf03960f1479d0755a848a6dc4421c6..28913c141c384d64577baead451320c49abb0419 100644
--- a/client/samples/slider/slider_sample.dart
+++ b/client/samples/slider/slider_sample.dart
@@ -4,8 +4,8 @@
#library('slider_sample');
+#import('dart:html');
#import('../../base/base.dart');
-#import('../../html/html.dart');
#import('../../view/view.dart');
#source('SliderSample.dart');
« no previous file with comments | « client/samples/isolate/isolate_sample.dart ('k') | client/samples/swarm/swarmlib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698