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

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

Issue 12380042: Don't use package: imports in logging until dartdoc/mirros support them. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 a72a52807df84cb9abfcd93a4917d8328784484d..1bf617c58d41d91a4116e332c53f7290e42c3913 100644
--- a/pkg/logging/lib/logging.dart
+++ b/pkg/logging/lib/logging.dart
@@ -11,7 +11,7 @@ library logging;
import 'dart:async';
-import 'package:meta/meta.dart';
+import '../../meta/lib/meta.dart';
/**
* Whether to allow fine-grain logging and configuration of loggers in a
« no previous file with comments | « no previous file | pkg/logging/test/logging_deprecated_test.dart » ('j') | pkg/logging/test/logging_deprecated_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698