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

Unified Diff: sky/tests/services/network.sky

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/tests/services/iframe-embed-vmc.sky ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/services/network.sky
diff --git a/sky/tests/services/network.sky b/sky/tests/services/network.sky
index 58a6ab94d37d71f25b0e6935cae440bac3411406..c9e6fd796681a375fe3ded8c32f221286397e38d 100644
--- a/sky/tests/services/network.sky
+++ b/sky/tests/services/network.sky
@@ -3,10 +3,10 @@
<script>
import '/sky/framework/embedder.dart';
import 'dart:async';
-import 'dart:mojo_bindings';
-import 'dart:mojo_core';
import 'dart:typed_data';
import "dart:sky.internals" as internals;
+import 'mojo:bindings';
+import 'mojo:core';
import 'package:mojo/services/network/public/interfaces/network_service.mojom.dart';
import 'package:mojo/services/network/public/interfaces/url_loader.mojom.dart';
« no previous file with comments | « sky/tests/services/iframe-embed-vmc.sky ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698