| 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) {
|
|
|