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

Unified Diff: services/location/geocoder_service.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/test/network_test.js ('k') | services/nacl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/location/geocoder_service.js
diff --git a/services/location/geocoder_service.js b/services/location/geocoder_service.js
index f690a777de5cf215246a04c1f762aaf396ff18b0..e432ff6ef004c363f7f09bed651455e8fd62cc72 100644
--- a/services/location/geocoder_service.js
+++ b/services/location/geocoder_service.js
@@ -10,8 +10,8 @@ define("main", [
"mojo/services/location/interfaces/geocoder.mojom",
"mojo/services/location/interfaces/location.mojom",
"mojo/services/public/js/application",
- "mojo/services/network/public/interfaces/network_service.mojom",
- "mojo/services/network/public/interfaces/url_loader.mojom",
+ "mojo/services/network/interfaces/network_service.mojom",
+ "mojo/services/network/interfaces/url_loader.mojom",
"third_party/js/url",
], function(console, core, unicode, geocoder, location, application, network,
loader, url) {
« no previous file with comments | « services/js/test/network_test.js ('k') | services/nacl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698