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

Unified Diff: pkg/compiler/lib/src/use_unused_api.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 | « pkg/compiler/lib/src/tree/tree.dart ('k') | pkg/dart2js_incremental/lib/diff.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/use_unused_api.dart
diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart
index 19c05fd637605c7cf8f4a1502ee0019aa7a04847..e8a3fe7f5a98b84b6325de070a9d80184a18085e 100644
--- a/pkg/compiler/lib/src/use_unused_api.dart
+++ b/pkg/compiler/lib/src/use_unused_api.dart
@@ -46,9 +46,9 @@ import 'tree/tree.dart' as tree;
import 'util/util.dart' as util;
import 'world.dart';
-import 'scanner/class_element_parser.dart' show
+import 'parser/class_element_parser.dart' show
PartialClassElement;
-import 'scanner/listener.dart' show
+import 'parser/listener.dart' show
PartialFunctionElement;
class ElementVisitor extends elements_visitor.BaseElementVisitor {
« no previous file with comments | « pkg/compiler/lib/src/tree/tree.dart ('k') | pkg/dart2js_incremental/lib/diff.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698