| Index: mojo/public/js/constants.h
|
| diff --git a/third_party/mojo/src/mojo/public/js/constants.h b/mojo/public/js/constants.h
|
| similarity index 80%
|
| rename from third_party/mojo/src/mojo/public/js/constants.h
|
| rename to mojo/public/js/constants.h
|
| index de75a90cf9396bfcdb5ac3ddbd06d2d3d4a32378..00f3d4ad0b68c3e8a0a3a50c474119c8e63942dc 100644
|
| --- a/third_party/mojo/src/mojo/public/js/constants.h
|
| +++ b/mojo/public/js/constants.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_JS_BINDINGS_CONSTANTS_H_
|
| -#define MOJO_PUBLIC_JS_BINDINGS_CONSTANTS_H_
|
| +#ifndef MOJO_PUBLIC_JS_CONSTANTS_H_
|
| +#define MOJO_PUBLIC_JS_CONSTANTS_H_
|
|
|
| namespace mojo {
|
|
|
| @@ -19,4 +19,4 @@ extern const char kValidatorModuleName[];
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_PUBLIC_JS_BINDINGS_CONSTANTS_H_
|
| +#endif // MOJO_PUBLIC_JS_CONSTANTS_H_
|
|
|