Index: mojo/dart/embedder/test/dart_to_cpp_tests.dart |
diff --git a/mojo/dart/embedder/test/dart_to_cpp_tests.dart b/mojo/dart/embedder/test/dart_to_cpp_tests.dart |
index d2e70d6a24e3e019e893d36cf7f4467b98bd9148..be7df4c5e1e1874c23bb63f5c52751f9d268a701 100644 |
--- a/mojo/dart/embedder/test/dart_to_cpp_tests.dart |
+++ b/mojo/dart/embedder/test/dart_to_cpp_tests.dart |
@@ -4,8 +4,8 @@ |
import 'dart:async'; |
import 'dart:typed_data'; |
-import 'mojo:bindings' as bindings; |
-import 'mojo:core' as core; |
+import 'dart:mojo.bindings' as bindings; |
+import 'dart:mojo.core' as core; |
import 'package:mojo/dart/embedder/test/dart_to_cpp.mojom.dart'; |