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

Unified Diff: mojo/apps/js/bindings/core.h

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/connector_unittests.js ('k') | mojo/apps/js/bindings/core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/bindings/core.h
diff --git a/mojo/public/bindings/js/core.h b/mojo/apps/js/bindings/core.h
similarity index 76%
rename from mojo/public/bindings/js/core.h
rename to mojo/apps/js/bindings/core.h
index 3f4c81887d2f90d5e9071f8a051ecbc070643a78..0b5f02ed0c4efd23f0a012a9fb6721ec74aee1c4 100644
--- a/mojo/public/bindings/js/core.h
+++ b/mojo/apps/js/bindings/core.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_PUBLIC_BINDINGS_JS_CORE_H_
-#define MOJO_PUBLIC_BINDINGS_JS_CORE_H_
+#ifndef MOJO_APPS_JS_BINDINGS_CORE_H_
+#define MOJO_APPS_JS_BINDINGS_CORE_H_
#include "v8/include/v8.h"
@@ -19,4 +19,4 @@ class Core {
} // namespace js
} // namespace mojo
-#endif // MOJO_PUBLIC_BINDINGS_JS_CORE_H_
+#endif // MOJO_APPS_JS_BINDINGS_CORE_H_
« no previous file with comments | « mojo/apps/js/bindings/connector_unittests.js ('k') | mojo/apps/js/bindings/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698