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

Unified Diff: mojo/apps/js/main.js

Issue 100573003: [Mojo] Move JS bindings out of public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix header guards Created 7 years 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 | « mojo/apps/js/bindings/waiting_callback.cc ('k') | mojo/apps/js/mojo_runner_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/main.js
diff --git a/mojo/apps/js/main.js b/mojo/apps/js/main.js
index 2592422d5743435036aa553c835c4e9973eda58d..5f596c3d61ca0a461d9e9500d5e4e60c4103164f 100644
--- a/mojo/apps/js/main.js
+++ b/mojo/apps/js/main.js
@@ -4,10 +4,10 @@
define([
"console",
- "mojo/apps/js/threading",
- "mojo/public/bindings/js/connector",
+ "mojo/apps/js/bindings/connector",
+ "mojo/apps/js/bindings/threading",
"mojom/hello_world_service",
-], function(console, threading, connector, hello) {
+], function(console, connector, threading, hello) {
function HelloWorldClientImpl() {
}
« no previous file with comments | « mojo/apps/js/bindings/waiting_callback.cc ('k') | mojo/apps/js/mojo_runner_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698