Index: pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart |
diff --git a/pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart b/pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart |
index 622166cbff137490af47f67971a6985740f660de..e87ebf22f81d55f7dce00079893a7acf7e54bf17 100644 |
--- a/pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart |
+++ b/pkg/analysis_server/test/src/plugin/plugin_watcher_test.dart |
@@ -10,11 +10,11 @@ import 'package:analysis_server/src/plugin/plugin_watcher.dart'; |
import 'package:analyzer/context/context_root.dart'; |
import 'package:analyzer/file_system/memory_file_system.dart'; |
import 'package:analyzer/source/package_map_resolver.dart'; |
-import 'package:analyzer/src/dart/analysis/byte_store.dart'; |
import 'package:analyzer/src/dart/analysis/driver.dart'; |
import 'package:analyzer/src/dart/analysis/file_state.dart'; |
import 'package:analyzer/src/generated/engine.dart' show AnalysisOptionsImpl; |
import 'package:analyzer/src/generated/source.dart'; |
+import 'package:front_end/src/incremental/byte_store.dart'; |
import 'package:path/path.dart' as path; |
import 'package:test/test.dart'; |
import 'package:test_reflective_loader/test_reflective_loader.dart'; |