| 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_
|
|
|