| Index: sdk/lib/vmservice/constants.dart
|
| diff --git a/sdk/lib/vmservice/constants.dart b/sdk/lib/vmservice/constants.dart
|
| index 92390e6a36d3366cd3eb582543d2194706a3c330..e899dd1fa59262df6ad73523c3bcf1ee288492ca 100644
|
| --- a/sdk/lib/vmservice/constants.dart
|
| +++ b/sdk/lib/vmservice/constants.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;
|
|
|
| // These must be kept in sync with runtime/vm/service.cc.
|
| class Constants {
|
|
|