Chromium Code Reviews| Index: utils/pub/lock_file.dart |
| diff --git a/utils/pub/lock_file.dart b/utils/pub/lock_file.dart |
| index d87ff08f0b6ec80c6002274910773c2025050beb..75dc52471f09dbcbbd4fe80373fde02a178c41ad 100644 |
| --- a/utils/pub/lock_file.dart |
| +++ b/utils/pub/lock_file.dart |
| @@ -9,7 +9,7 @@ import 'package.dart'; |
| import 'source_registry.dart'; |
| import 'utils.dart'; |
| import 'version.dart'; |
| -import 'yaml/yaml.dart'; |
| +import 'yaml/lib/yaml.dart'; |
| /** |
| * A parsed and validated `pubspec.lock` file. |