| Index: mojo/bindings/js/support.h
|
| diff --git a/mojo/apps/js/bindings/support.h b/mojo/bindings/js/support.h
|
| similarity index 75%
|
| rename from mojo/apps/js/bindings/support.h
|
| rename to mojo/bindings/js/support.h
|
| index 4f0a4ef2f7204ff0d5866f0b879a9fd1fccfe2ce..4afbe6988545dc0919290c5153a169d066f25f5d 100644
|
| --- a/mojo/apps/js/bindings/support.h
|
| +++ b/mojo/bindings/js/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_APPS_JS_BINDINGS_SUPPORT_H_
|
| -#define MOJO_APPS_JS_BINDINGS_SUPPORT_H_
|
| +#ifndef MOJO_BINDINGS_JS_SUPPORT_H_
|
| +#define MOJO_BINDINGS_JS_SUPPORT_H_
|
|
|
| #include "v8/include/v8.h"
|
|
|
| @@ -19,4 +19,4 @@ class Support {
|
| } // namespace js
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_APPS_JS_BINDINGS_SUPPORT_H_
|
| +#endif // MOJO_BINDINGS_JS_SUPPORT_H_
|
|
|