| Index: sdk/lib/vmservice/client.dart
|
| diff --git a/sdk/lib/vmservice/client.dart b/sdk/lib/vmservice/client.dart
|
| index 279b4247b3199867f283daa65b61553ba5a1f3b4..aa00d09d201129fdc7bfb0f25384a1cca245dcb5 100644
|
| --- a/sdk/lib/vmservice/client.dart
|
| +++ b/sdk/lib/vmservice/client.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 vmservice;
|
| +part of dart._vmservice;
|
|
|
| // A service client.
|
| abstract class Client {
|
|
|