| 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;
|
|
|