| Index: sdk/lib/vmservice/constants.dart
 | 
| diff --git a/sdk/lib/vmservice/constants.dart b/sdk/lib/vmservice/constants.dart
 | 
| index bc985cda1c2ce089bbdc4602ffe3df27a8b3d104..59be1c88efae2df4ec9e121cea7fd681ca3187ae 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 dart._vmservice;
 | 
| +part of "vmservice.dart";
 | 
|  
 | 
|  // These must be kept in sync with runtime/vm/service.cc.
 | 
|  class Constants {
 | 
| 
 |