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

Unified Diff: pkg/logging/test/logging_deprecated_test.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/test/logging_deprecated_test.dart
diff --git a/pkg/logging/test/logging_deprecated_test.dart b/pkg/logging/test/logging_deprecated_test.dart
index 10ab616814b7ded6ee1a303bc69ec994f2c7dbf7..6444e3aa9a4bfdbfbd8d2ff4e8224c6f259b3309 100644
--- a/pkg/logging/test/logging_deprecated_test.dart
+++ b/pkg/logging/test/logging_deprecated_test.dart
@@ -5,7 +5,7 @@
library logging_test;
-import '../../../pkg/logging/lib/logging.dart';
+import 'package:logging/logging.dart';
import 'package:unittest/unittest.dart';
main() {

Powered by Google App Engine
This is Rietveld 408576698