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

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

Issue 951783004: Dart: Renames dart:mojo_blah -> mojo:blah (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/engine/core/script/dart_loader.cc » ('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 de3d83adc0b5628b25c5a659653f68d3b2748630..178c442d0a15b355ff2642d10fe32870e442ada6 100644
--- a/sky/engine/bindings/snapshot.dart
+++ b/sky/engine/bindings/snapshot.dart
@@ -9,8 +9,8 @@ import 'dart:core';
import 'dart:isolate';
import 'dart:math';
import 'dart:mirrors';
-import 'dart:mojo_bindings';
-import 'dart:mojo_core';
import 'dart:sky';
import 'dart:sky_builtin';
import 'dart:typed_data';
+import 'mojo:bindings';
+import 'mojo:core';
« no previous file with comments | « sky/engine/bindings/mojo_natives.cc ('k') | sky/engine/core/script/dart_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698