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

Unified Diff: pkg/logging/lib/logging.dart

Issue 12782016: Switch pkg packages, pub, and dartdoc to use package: imports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review change Created 7 years, 9 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/logging/lib/logging.dart
diff --git a/pkg/logging/lib/logging.dart b/pkg/logging/lib/logging.dart
index d12d22b4d3741995df3b53feb88435426d79e5d4..a72a52807df84cb9abfcd93a4917d8328784484d 100644
--- a/pkg/logging/lib/logging.dart
+++ b/pkg/logging/lib/logging.dart
@@ -11,9 +11,7 @@ library logging;
import 'dart:async';
-// Please leave the pkg in place here, as the publish_pkg.py script
-// needs it to rewrite imports correctly.
-import '../../../pkg/meta/lib/meta.dart';
+import 'package:meta/meta.dart';
Siggi Cherem (dart-lang) 2013/03/27 19:20:35 fyi - kevmoo is about to submit a chance that will
/**
* Whether to allow fine-grain logging and configuration of loggers in a

Powered by Google App Engine
This is Rietveld 408576698