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

Unified Diff: tests/lib/developer/user_tags_test.dart

Issue 1139503002: Move 'dart:profiler' contents into 'dart:developer' and remove 'dart:profiler' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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 | « tests/lib/developer/metrics_test.dart ('k') | tests/lib/lib.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/developer/user_tags_test.dart
diff --git a/tests/lib/profiler/user_tags_test.dart b/tests/lib/developer/user_tags_test.dart
similarity index 98%
rename from tests/lib/profiler/user_tags_test.dart
rename to tests/lib/developer/user_tags_test.dart
index f09abcdd2acc641c81f81d09a51b524eb9538b21..f4fc4743a83c9034aa805e98adae85c8f66dfce4 100644
--- a/tests/lib/profiler/user_tags_test.dart
+++ b/tests/lib/developer/user_tags_test.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
//
-import 'dart:profiler';
+import 'dart:developer';
import 'package:expect/expect.dart';
// Test that the default tag is set.
« no previous file with comments | « tests/lib/developer/metrics_test.dart ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698