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

Unified Diff: site/try/src/editor.dart

Issue 1313073007: Move parser and token related libraries into their own subfolder. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix unittests and try Created 5 years, 3 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
« no previous file with comments | « site/try/poi/poi.dart ('k') | site/try/src/interaction_manager.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/try/src/editor.dart
diff --git a/site/try/src/editor.dart b/site/try/src/editor.dart
index 8cef2fb4ff993088d4b27b05baa8701bbe995bc4..98bbfa7959dda5c19c9ae62a63d4f22093e5c58a 100644
--- a/site/try/src/editor.dart
+++ b/site/try/src/editor.dart
@@ -9,7 +9,7 @@ import 'dart:html';
import 'package:compiler/src/scanner/string_scanner.dart' show
StringScanner;
-import 'package:compiler/src/scanner/token.dart' show
+import 'package:compiler/src/tokens/token.dart' show
EOF_TOKEN,
ErrorToken,
Token;
« no previous file with comments | « site/try/poi/poi.dart ('k') | site/try/src/interaction_manager.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698