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