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

Unified Diff: mojo/apps/js/bindings/handle.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/core_unittests.js ('k') | mojo/apps/js/bindings/handle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/bindings/handle.h
diff --git a/mojo/public/bindings/js/handle.h b/mojo/apps/js/bindings/handle.h
similarity index 81%
rename from mojo/public/bindings/js/handle.h
rename to mojo/apps/js/bindings/handle.h
index 4f3f6158e6e7b0884ca76e0c3b50a63fcedf07da..8bae517bc6ac8362a65a89b48d772ef9c4bf7113 100644
--- a/mojo/public/bindings/js/handle.h
+++ b/mojo/apps/js/bindings/handle.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_HANDLE_H_
-#define MOJO_PUBLIC_BINDINGS_JS_HANDLE_H_
+#ifndef MOJO_APPS_JS_BINDINGS_HANDLE_H_
+#define MOJO_APPS_JS_BINDINGS_HANDLE_H_
#include "gin/converter.h"
#include "mojo/public/system/core_cpp.h"
@@ -20,4 +20,4 @@ struct Converter<mojo::Handle> {
} // namespace gin
-#endif // MOJO_PUBLIC_BINDINGS_JS_HANDLE_H_
+#endif // MOJO_APPS_JS_BINDINGS_HANDLE_H_
« no previous file with comments | « mojo/apps/js/bindings/core_unittests.js ('k') | mojo/apps/js/bindings/handle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698