Index: pkg/analyzer/lib/src/util/utilities_timing.dart |
diff --git a/pkg/analyzer/lib/src/util/utilities_timing.dart b/pkg/analyzer/lib/src/util/utilities_timing.dart |
index 7b8e122e2a97fdc46b4927607fa91f2f28eadd71..ebc42b7f2bf3b8dd2777a1dc6f93e6468f7eb35d 100644 |
--- a/pkg/analyzer/lib/src/util/utilities_timing.dart |
+++ b/pkg/analyzer/lib/src/util/utilities_timing.dart |
@@ -2,7 +2,7 @@ |
// 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. |
-library engine.utilities.timing; |
+library analyzer.src.util.utilities_timing; |
/** |
* A `CountedStopwatch` is a [Stopwatch] that counts the number of times the |