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

Unified Diff: mojo/apps/js/bindings/support.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/handle.cc ('k') | mojo/apps/js/bindings/support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/bindings/support.h
diff --git a/mojo/public/bindings/js/support.h b/mojo/apps/js/bindings/support.h
similarity index 75%
rename from mojo/public/bindings/js/support.h
rename to mojo/apps/js/bindings/support.h
index e5736592758c02dfe260f1e7f852e2199d3e7466..e8ec33e41bfd4a1cd0f3082c8c82e9564cce0818 100644
--- a/mojo/public/bindings/js/support.h
+++ b/mojo/apps/js/bindings/support.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_SUPPORT_H_
-#define MOJO_PUBLIC_BINDINGS_JS_SUPPORT_H_
+#ifndef MOJO_APPS_JS_BINDINGS_SUPPORT_H_
+#define MOJO_APPS_JS_BINDINGS_SUPPORT_H_
#include "v8/include/v8.h"
@@ -19,4 +19,4 @@ class Support {
} // namespace js
} // namespace mojo
-#endif // MOJO_PUBLIC_BINDINGS_JS_SUPPORT_H_
+#endif // MOJO_APPS_JS_BINDINGS_SUPPORT_H_
« no previous file with comments | « mojo/apps/js/bindings/handle.cc ('k') | mojo/apps/js/bindings/support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698