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

Unified Diff: sky/engine/bindings/snapshot.dart

Issue 998933005: Dart: Rename mojo:X -> dart:mojo.X (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge Created 5 years, 9 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
« no previous file with comments | « sky/engine/bindings/mojo_natives.cc ('k') | sky/framework/embedder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/snapshot.dart
diff --git a/sky/engine/bindings/snapshot.dart b/sky/engine/bindings/snapshot.dart
index 178c442d0a15b355ff2642d10fe32870e442ada6..2e8c5efd40f49a21b690d2837e82bd4336edee34 100644
--- a/sky/engine/bindings/snapshot.dart
+++ b/sky/engine/bindings/snapshot.dart
@@ -12,5 +12,5 @@ import 'dart:mirrors';
import 'dart:sky';
import 'dart:sky_builtin';
import 'dart:typed_data';
-import 'mojo:bindings';
-import 'mojo:core';
+import 'dart:mojo.bindings';
+import 'dart:mojo.core';
« no previous file with comments | « sky/engine/bindings/mojo_natives.cc ('k') | sky/framework/embedder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698