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

Unified Diff: services/js/test/network_test.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 | « services/js/BUILD.gn ('k') | services/location/geocoder_service.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/test/network_test.js
diff --git a/services/js/test/network_test.js b/services/js/test/network_test.js
index ae1b9c16db857fb826521f2f02bb4513693347c1..b67c482a63fe1c99c6f6a06026a540f2e18c2e85 100644
--- a/services/js/test/network_test.js
+++ b/services/js/test/network_test.js
@@ -3,7 +3,7 @@
define("main", [
"mojo/public/interfaces/network/url_request.mojom",
"mojo/public/js/core",
- "mojo/services/network/public/interfaces/network_service.mojom",
+ "mojo/services/network/interfaces/network_service.mojom",
"mojo/services/public/js/application",
"services/js/test/network_test_service.mojom",
], function(urlRequestMojom,
« no previous file with comments | « services/js/BUILD.gn ('k') | services/location/geocoder_service.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698