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

Unified Diff: mojo/apps/js/mojo_runner_delegate.cc

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/main.js ('k') | mojo/apps/js/test/hexdump.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/mojo_runner_delegate.cc
diff --git a/mojo/apps/js/mojo_runner_delegate.cc b/mojo/apps/js/mojo_runner_delegate.cc
index c74bf5018215046e53bec475bd02b1753e509c94..871e5b77b36d447982eebdfe30e278d3ee514070 100644
--- a/mojo/apps/js/mojo_runner_delegate.cc
+++ b/mojo/apps/js/mojo_runner_delegate.cc
@@ -10,9 +10,9 @@
#include "gin/modules/console.h"
#include "gin/modules/module_registry.h"
#include "gin/try_catch.h"
-#include "mojo/apps/js/threading.h"
-#include "mojo/public/bindings/js/core.h"
-#include "mojo/public/bindings/js/support.h"
+#include "mojo/apps/js/bindings/core.h"
+#include "mojo/apps/js/bindings/support.h"
+#include "mojo/apps/js/bindings/threading.h"
namespace mojo {
namespace apps {
« no previous file with comments | « mojo/apps/js/main.js ('k') | mojo/apps/js/test/hexdump.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698