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

Unified Diff: runtime/bin/vmservice/client/lib/src/app/chart.dart

Issue 184233007: Refactor Observatory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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: runtime/bin/vmservice/client/lib/src/app/chart.dart
diff --git a/runtime/bin/vmservice/client/lib/src/observatory/chart.dart b/runtime/bin/vmservice/client/lib/src/app/chart.dart
similarity index 99%
rename from runtime/bin/vmservice/client/lib/src/observatory/chart.dart
rename to runtime/bin/vmservice/client/lib/src/app/chart.dart
index 37204e636a9b1ee6e2a4fb8e4d025bb0de937c8b..77b80a1315a199b67b8e3e4e7ab3c96dfda90ac5 100644
--- a/runtime/bin/vmservice/client/lib/src/observatory/chart.dart
+++ b/runtime/bin/vmservice/client/lib/src/app/chart.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.
-part of observatory;
+part of app;
class GoogleChart {
static var _api;
« no previous file with comments | « runtime/bin/vmservice/client/lib/src/app/application.dart ('k') | runtime/bin/vmservice/client/lib/src/app/isolate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698