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