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

Unified Diff: pkg/compiler/lib/src/use_unused_api.dart

Issue 1311783012: Split parser/listener.dart, parser/class_element_listener.dart and tokens/token.dart into smaller l… (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: 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
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 e8a3fe7f5a98b84b6325de070a9d80184a18085e..bdb0acfc826c9aec18369eb577a8db37e5a38713 100644
--- a/pkg/compiler/lib/src/use_unused_api.dart
+++ b/pkg/compiler/lib/src/use_unused_api.dart
@@ -46,9 +46,8 @@ import 'tree/tree.dart' as tree;
import 'util/util.dart' as util;
import 'world.dart';
-import 'parser/class_element_parser.dart' show
- PartialClassElement;
-import 'parser/listener.dart' show
+import 'parser/partial_elements.dart' show
+ PartialClassElement,
PartialFunctionElement;
class ElementVisitor extends elements_visitor.BaseElementVisitor {

Powered by Google App Engine
This is Rietveld 408576698