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

Unified Diff: services/location/geocoder_service.js

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices 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/location/BUILD.gn ('k') | services/native_support/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 137308192649ce139e2c4bfb41f7dccb4ef1c380..f690a777de5cf215246a04c1f762aaf396ff18b0 100644
--- a/services/location/geocoder_service.js
+++ b/services/location/geocoder_service.js
@@ -1,11 +1,14 @@
#!mojo mojo:js_content_handler
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
define("main", [
"console",
"mojo/public/js/core",
"mojo/public/js/unicode",
- "mojo/services/location/public/interfaces/geocoder.mojom",
- "mojo/services/location/public/interfaces/location.mojom",
+ "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",
« no previous file with comments | « services/location/BUILD.gn ('k') | services/native_support/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698