| Index: sdk/lib/vmservice/asset.dart
|
| diff --git a/sdk/lib/vmservice/asset.dart b/sdk/lib/vmservice/asset.dart
|
| index 50ea183cd46b1c2f272e6adf6a48d80280695783..ca887c60c6faeea9c6432c3a5c2c81c6718c4b07 100644
|
| --- a/sdk/lib/vmservice/asset.dart
|
| +++ b/sdk/lib/vmservice/asset.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.dart";
|
| +part of "dart:_vmservice";
|
|
|
| class Asset {
|
| final String name;
|
|
|