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

Unified Diff: examples/dart/wget/main.dart

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: examples/dart/wget/main.dart
diff --git a/examples/dart/wget/main.dart b/examples/dart/wget/main.dart
index d61604e3c674e752f91ce72c8a914843e48edfbd..8178c63e544782056485cd7d19ccbd00a4732189 100644
--- a/examples/dart/wget/main.dart
+++ b/examples/dart/wget/main.dart
@@ -13,6 +13,7 @@ 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_loader.mojom.dart';
+import 'package:mojom/mojo/url_request.mojom.dart';
class WGet extends Application {
NetworkServiceProxy _networkService;

Powered by Google App Engine
This is Rietveld 408576698