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

Unified Diff: client/samples/slider/slider_sample.dart

Issue 8416010: Further code review changes for issue 8341027. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add DOMWrapperBase._empty. Created 9 years, 2 months 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
Index: client/samples/slider/slider_sample.dart
diff --git a/client/samples/slider/slider_sample.dart b/client/samples/slider/slider_sample.dart
index 9bc1d2c6d9f7bd0d7957456f42a00424fbb77723..dd24d1c8caf03960f1479d0755a848a6dc4421c6 100644
--- a/client/samples/slider/slider_sample.dart
+++ b/client/samples/slider/slider_sample.dart
@@ -5,7 +5,7 @@
#library('slider_sample');
#import('../../base/base.dart');
-#import('dart:html');
+#import('../../html/html.dart');
#import('../../view/view.dart');
#source('SliderSample.dart');

Powered by Google App Engine
This is Rietveld 408576698