Index: pkg/docgen/lib/src/models/annotation.dart |
diff --git a/pkg/docgen/lib/src/models/annotation.dart b/pkg/docgen/lib/src/models/annotation.dart |
index 0374b44824598f886a28aaa3325b69c70c96d764..2f225f436136a30eedd28a6409926041c5913007 100644 |
--- a/pkg/docgen/lib/src/models/annotation.dart |
+++ b/pkg/docgen/lib/src/models/annotation.dart |
@@ -14,7 +14,7 @@ import 'library.dart'; |
import 'mirror_based.dart'; |
import 'dart:mirrors'; |
-import 'package:compiler/implementation/tree/tree.dart'; |
+import 'package:compiler/src/tree/tree.dart'; |
/// Holds the name of the annotation, and its parameters. |
class Annotation extends MirrorBased<ClassMirror> { |