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