Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: pkg/front_end/test/src/incremental/file_state_test.dart

Issue 2982593002: Rename TranslateUri to UriTranslator, rename files, extract Impl. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698