Chromium Code Reviews| Index: utils/pub/system_cache.dart |
| diff --git a/utils/pub/system_cache.dart b/utils/pub/system_cache.dart |
| index 1b30ea8501904819265c59c25b194eb0bb48b70c..4c0e1760212e1c40e40eeff1b17c0a54bf883388 100644 |
| --- a/utils/pub/system_cache.dart |
| +++ b/utils/pub/system_cache.dart |
| @@ -7,7 +7,7 @@ library system_cache; |
| import 'dart:io'; |
| import 'dart:async'; |
| -import '../../pkg/pathos/lib/path.dart' as path; |
| +import 'package:pathos/path.dart' as path; |
| import 'git_source.dart'; |
| import 'hosted_source.dart'; |