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

Unified Diff: examples/js/wget.js

Issue 789243002: Restructure public side of network service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase Created 6 years 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/js/README.md ('k') | examples/pdf_viewer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/js/wget.js
diff --git a/examples/js/wget.js b/examples/js/wget.js
index 44d3a941952806146f73d8abacb65231b471f1a1..efd83b2f9a030cc6b233e6f206c0aa98cf3aef3a 100644
--- a/examples/js/wget.js
+++ b/examples/js/wget.js
@@ -9,8 +9,8 @@
define("main", [
"console",
"mojo/public/js/core",
- "mojo/services/public/interfaces/network/network_service.mojom",
- "mojo/services/public/interfaces/network/url_loader.mojom",
+ "mojo/services/network/public/interfaces/network_service.mojom",
+ "mojo/services/network/public/interfaces/url_loader.mojom",
"mojo/services/public/js/application",
], function(console, coreModule, netModule, loaderModule, appModule) {
« no previous file with comments | « examples/js/README.md ('k') | examples/pdf_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698