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

Unified Diff: examples/js/cube.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/http_handler/http_handler.cc ('k') | examples/keyboard_client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/js/cube.js
diff --git a/examples/js/cube.js b/examples/js/cube.js
index 57cf12728a9454d9ec37cf7d808d16d5d5bbce38..d2fd7e21f4dcc9b5026aef92f10cf6d06a27e22c 100644
--- a/examples/js/cube.js
+++ b/examples/js/cube.js
@@ -7,8 +7,8 @@ define("main", [
"console",
"mojo/public/js/bindings",
"mojo/public/js/core",
- "mojo/services/geometry/public/interfaces/geometry.mojom",
- "mojo/services/native_viewport/public/interfaces/native_viewport.mojom",
+ "mojo/services/geometry/interfaces/geometry.mojom",
+ "mojo/services/native_viewport/interfaces/native_viewport.mojom",
"mojo/services/public/js/application",
"services/js/modules/gl",
"services/js/modules/clock",
« no previous file with comments | « examples/http_handler/http_handler.cc ('k') | examples/keyboard_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698