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

Unified Diff: samples/newissues/newissues.dart

Issue 11364134: Merge libv1. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Reupload due to error Created 8 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 | « samples/markdown/markdown.dart ('k') | samples/playground/playground.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/newissues/newissues.dart
diff --git a/samples/newissues/newissues.dart b/samples/newissues/newissues.dart
index 5c0ef64734cd9a1972d35e144cff2b3d11f191a1..cd4afbcc187e43780a16d9b344812c9c29569071 100644
--- a/samples/newissues/newissues.dart
+++ b/samples/newissues/newissues.dart
@@ -2,8 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#import('dart:html');
-#import('dart:json');
+import 'dart:html';
+import 'dart:json';
/// Issue wraps JSON structure that describes a bug.
class Issue {
« no previous file with comments | « samples/markdown/markdown.dart ('k') | samples/playground/playground.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698