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

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

Issue 189453003: Moves around mojo js bindings code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months 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/bindings/js/DEPS ('k') | mojo/bindings/js/core.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/bindings/js/core.h
diff --git a/mojo/apps/js/bindings/core.h b/mojo/bindings/js/core.h
similarity index 77%
rename from mojo/apps/js/bindings/core.h
rename to mojo/bindings/js/core.h
index 3ff2828dd2cb77ba78e66aa230f4430011892abc..896466e95910bf1502c721cdf26a0a9fc698ed6f 100644
--- a/mojo/apps/js/bindings/core.h
+++ b/mojo/bindings/js/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_APPS_JS_BINDINGS_CORE_H_
-#define MOJO_APPS_JS_BINDINGS_CORE_H_
+#ifndef MOJO_BINDINGS_JS_CORE_H_
+#define MOJO_BINDINGS_JS_CORE_H_
#include "v8/include/v8.h"
@@ -19,4 +19,4 @@ class Core {
} // namespace js
} // namespace mojo
-#endif // MOJO_APPS_JS_BINDINGS_CORE_H_
+#endif // MOJO_BINDINGS_JS_CORE_H_
« no previous file with comments | « mojo/bindings/js/DEPS ('k') | mojo/bindings/js/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698