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

Unified Diff: examples/js/wget.js

Issue 1404443004: Move //mojo/services/network/public/interfaces to //mojo/services/network/interfaces. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add some missing dependencies Created 5 years, 2 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/js/users-guide.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 e4dd38246f225828fcfb9724ee581a476d6fe5f8..e4e51b4c902fc8cad459a1014211f9eecd1d6127 100644
--- a/examples/js/wget.js
+++ b/examples/js/wget.js
@@ -14,7 +14,7 @@ define("main", [
"console",
"mojo/services/public/js/application",
"mojo/public/js/core",
- "mojo/services/network/public/interfaces/network_service.mojom",
+ "mojo/services/network/interfaces/network_service.mojom",
"mojo/public/interfaces/network/url_request.mojom",
], function(console, application, core, network, request) {
« no previous file with comments | « examples/js/users-guide.md ('k') | examples/pdf_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698