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

Unified Diff: examples/location/geocoder_demo.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 | « examples/keyboard_client/keyboard_client.cc ('k') | examples/location/location.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/location/geocoder_demo.js
diff --git a/examples/location/geocoder_demo.js b/examples/location/geocoder_demo.js
index 5442be4604259dc827df2be5419bef92b65b35ac..392dd7fcf984e39c99eae828ea479c6cbc940626 100644
--- a/examples/location/geocoder_demo.js
+++ b/examples/location/geocoder_demo.js
@@ -1,5 +1,9 @@
#!mojo mojo:js_content_handler
-// Demonstate a Mojo wrapper for the Geocoder JSON API. The application
+// 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.
+
+// Demonstrate a Mojo wrapper for the Geocoder JSON API. The application
// connects to geocoder_service.js which implements geocoder.mojom.
// To run this application with mojo_shell, set DIR to be the absolute path
// for this directory, then:
@@ -9,8 +13,8 @@ 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",
"third_party/js/url",
], function(console, core, unicode, geocoder, location, application, url) {
« no previous file with comments | « examples/keyboard_client/keyboard_client.cc ('k') | examples/location/location.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698