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

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

Issue 1129063008: Move mojom definitions of URL{Request,Response} into SDK (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix up deps from other mojoms Created 5 years, 7 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
Index: sky/tests/services/network.sky
diff --git a/sky/tests/services/network.sky b/sky/tests/services/network.sky
index 810db1550f35151783ac2a8790abde9fb166dceb..47129072dd01a8640d71dc199b5e96dde24de8d1 100644
--- a/sky/tests/services/network.sky
+++ b/sky/tests/services/network.sky
@@ -9,6 +9,7 @@ import "dart:sky.internals" as internals;
import 'package:mojo/public/dart/bindings.dart';
import 'package:mojo/public/dart/core.dart';
import 'package:mojom/mojo/network_service.mojom.dart';
+import 'package:mojom/mojo/url_request.mojom.dart';
import 'package:mojom/mojo/url_loader.mojom.dart';
Future<String> run(url) async {

Powered by Google App Engine
This is Rietveld 408576698