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

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

Issue 1027603002: Dart: Removes all but native calls and the handle watcher from the snapshot. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Hoist application interface dependence 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/tests/services/iframe-embed-vmc.sky ('k') | tools/dart/patch_sdk.diff » ('j') | 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 bac62cb9abaa9a7deb7fb7d8f88bcf8b865af670..54519cf9a96ae44385bb2ca17568ff2144066669 100644
--- a/sky/tests/services/network.sky
+++ b/sky/tests/services/network.sky
@@ -5,9 +5,9 @@ import '/sky/framework/embedder.dart';
import 'dart:async';
import 'dart:typed_data';
import "dart:sky.internals" as internals;
-import 'dart:mojo.bindings';
-import 'dart:mojo.core';
+import 'package:mojo/public/dart/bindings.dart';
+import 'package:mojo/public/dart/core.dart';
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') | tools/dart/patch_sdk.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698