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

Unified Diff: dart/pkg/docgen/lib/src/exports/dart2js_mirrors.dart

Issue 341923005: Update imports to use package:compiler and package:try. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r37512. Created 6 years, 6 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 | « no previous file | dart/pkg/docgen/lib/src/exports/mirrors_util.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/docgen/lib/src/exports/dart2js_mirrors.dart
diff --git a/dart/pkg/docgen/lib/src/exports/dart2js_mirrors.dart b/dart/pkg/docgen/lib/src/exports/dart2js_mirrors.dart
index 894dd51878e72a80e85c60756f4022d64316ab38..a380c3810bd0326fe393f9ef16e4f8f51f042f0a 100644
--- a/dart/pkg/docgen/lib/src/exports/dart2js_mirrors.dart
+++ b/dart/pkg/docgen/lib/src/exports/dart2js_mirrors.dart
@@ -4,4 +4,4 @@
library docgen.exports.dart2js_mirrors;
-export '../../../../../sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirrors.dart';
+export 'package:compiler/implementation/mirrors/dart2js_mirrors.dart';
« no previous file with comments | « no previous file | dart/pkg/docgen/lib/src/exports/mirrors_util.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698