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

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

Issue 1071693003: Uses mojom module names as Dart's package: import URI (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Merge Created 5 years, 8 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 | « examples/dart/netcat/main.dart ('k') | mojo/dart/embedder/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/dart/wget/main.dart
diff --git a/examples/dart/wget/main.dart b/examples/dart/wget/main.dart
index 9612da5a5b9f34f904683d0b5b3fcf28e6538d35..918876c07f0ccdc5463779208228b6cb858a55b4 100644
--- a/examples/dart/wget/main.dart
+++ b/examples/dart/wget/main.dart
@@ -11,8 +11,8 @@ import 'dart:typed_data';
import 'package:mojo/public/dart/application.dart';
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';
+import 'package:mojo/network_service.mojom.dart';
+import 'package:mojo/url_loader.mojom.dart';
class WGet extends Application {
NetworkServiceProxy _networkService;
« no previous file with comments | « examples/dart/netcat/main.dart ('k') | mojo/dart/embedder/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698