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

Unified Diff: runtime/bin/vmservice/client/lib/src/app/model.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/model.dart
diff --git a/runtime/bin/vmservice/client/lib/src/observatory/model.dart b/runtime/bin/vmservice/client/lib/src/app/model.dart
similarity index 99%
rename from runtime/bin/vmservice/client/lib/src/observatory/model.dart
rename to runtime/bin/vmservice/client/lib/src/app/model.dart
index 4d0545ae8daf7733c3e5db67dee6ad89262156ff..ddca7c8c94881c71a6c4b2c2f3b7651635072aa1 100644
--- a/runtime/bin/vmservice/client/lib/src/observatory/model.dart
+++ b/runtime/bin/vmservice/client/lib/src/app/model.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 CodeInstruction extends Observable {
@observable final int address;
« no previous file with comments | « runtime/bin/vmservice/client/lib/src/app/location_manager.dart ('k') | runtime/bin/vmservice/client/lib/src/app/service.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698