Index: lib/src/closure/closure_annotation.dart |
diff --git a/lib/src/closure/closure_annotation.dart b/lib/src/closure/closure_annotation.dart |
index b139a67706de9411e14699838552f5bd389c9f18..f23c745e9f7cae3b47bdd398cf04aa2cd6b8117e 100644 |
--- a/lib/src/closure/closure_annotation.dart |
+++ b/lib/src/closure/closure_annotation.dart |
@@ -2,7 +2,7 @@ |
// 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 '../js/js_ast.dart' as JS show TypeRef, JsTypeRef, ClosureTypePrinter; |
+import '../js_ast/js_ast.dart' as JS show TypeRef, ClosureTypePrinter; |
/// Set of closure annotations that can be [toString]ed to a single JsDoc comment. |
/// See https://developers.google.com/closure/compiler/docs/js-for-compiler |