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

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

Issue 1218903004: Fix import typo in network.sky test (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | 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 0d0d49e71d6327e76564a6a6fd85da26e8858cbf..3b125cb24358fd49e92c51a263d24c19a12ab72d 100644
--- a/sky/tests/services/network.sky
+++ b/sky/tests/services/network.sky
@@ -11,7 +11,7 @@ import 'package:mojom/mojo/network_service.mojom.dart';
import 'package:mojom/mojo/url_request.mojom.dart';
import 'package:mojom/mojo/url_loader.mojom.dart';
-import 'package:sky/embedder.dart';
+import 'package:sky/mojo/embedder.dart';
Future<String> run(url) async {
var networkService= new NetworkServiceProxy.unbound();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698