| Index: pkg/front_end/test/src/incremental/file_state_test.dart
|
| diff --git a/pkg/front_end/test/src/incremental/file_state_test.dart b/pkg/front_end/test/src/incremental/file_state_test.dart
|
| index b195da40380ea6e84bd090eb920e3e6629869399..fc4333d439f6a4d6e2139655c396f8917f9f61c3 100644
|
| --- a/pkg/front_end/test/src/incremental/file_state_test.dart
|
| +++ b/pkg/front_end/test/src/incremental/file_state_test.dart
|
| @@ -5,7 +5,7 @@
|
| import 'dart:async';
|
|
|
| import 'package:front_end/memory_file_system.dart';
|
| -import 'package:front_end/src/fasta/translate_uri.dart';
|
| +import 'package:front_end/src/fasta/uri_translator_impl.dart';
|
| import 'package:front_end/src/incremental/byte_store.dart';
|
| import 'package:front_end/src/incremental/file_state.dart';
|
| import 'package:test/test.dart';
|
| @@ -23,7 +23,7 @@ main() {
|
| class FileSystemStateTest {
|
| final byteStore = new MemoryByteStore();
|
| final fileSystem = new MemoryFileSystem(Uri.parse('file:///'));
|
| - final TranslateUri uriTranslator = new TranslateUri({}, {}, {});
|
| + final UriTranslatorImpl uriTranslator = new UriTranslatorImpl({}, {}, {});
|
| FileSystemState fsState;
|
|
|
| Uri _coreUri;
|
|
|