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

Unified Diff: packages/analyzer/lib/src/generated/utilities_general.dart

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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: packages/analyzer/lib/src/generated/utilities_general.dart
diff --git a/analyzer/lib/src/generated/utilities_general.dart b/packages/analyzer/lib/src/generated/utilities_general.dart
similarity index 94%
rename from analyzer/lib/src/generated/utilities_general.dart
rename to packages/analyzer/lib/src/generated/utilities_general.dart
index 62f40293d286a7a2c6c8e935809ebd6a8944c51f..d120a81abdd6e0a9b12554d53bbb5c556f21071f 100644
--- a/analyzer/lib/src/generated/utilities_general.dart
+++ b/packages/analyzer/lib/src/generated/utilities_general.dart
@@ -2,12 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-// This code was auto-generated, is not intended to be edited, and is subject to
-// significant change. Please see the README file for more information.
-
library engine.utilities.general;
-import 'dart:profiler';
+import 'dart:developer' show UserTag;
/**
* Jenkins hash function, optimized for small integers.
@@ -36,7 +33,7 @@ class JenkinsSmiHash {
/**
* Helper class for gathering performance statistics. This class is modeled on
- * the UserTag class in dart:profiler so that it can interoperate easily with
+ * the UserTag class in dart:developer so that it can interoperate easily with
* it.
*/
abstract class PerformanceTag {
« no previous file with comments | « packages/analyzer/lib/src/generated/utilities_dart.dart ('k') | packages/analyzer/lib/src/generated/visitors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698