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

Unified Diff: sky/sdk/lib/framework/net/fetch.dart

Issue 1148963007: Fix a missing url_request mojom import in fetch.dart. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
« 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/sdk/lib/framework/net/fetch.dart
diff --git a/sky/sdk/lib/framework/net/fetch.dart b/sky/sdk/lib/framework/net/fetch.dart
index 3089535dd8e5a1a191820a89876940dd9d955a40..fbd3f8840022753d3fc9c8047f8f2be9985e10db 100644
--- a/sky/sdk/lib/framework/net/fetch.dart
+++ b/sky/sdk/lib/framework/net/fetch.dart
@@ -9,6 +9,7 @@ import 'dart:typed_data';
import 'package:mojo/core.dart' as core;
import 'package:mojom/mojo/network_service.mojom.dart';
import 'package:mojom/mojo/url_loader.mojom.dart';
+import 'package:mojom/mojo/url_request.mojom.dart';
class Response {
ByteData body;
« 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