| Index: mojo/public/c/include/mojo/bindings/array.h
|
| diff --git a/mojo/public/c/bindings/array.h b/mojo/public/c/include/mojo/bindings/array.h
|
| similarity index 96%
|
| rename from mojo/public/c/bindings/array.h
|
| rename to mojo/public/c/include/mojo/bindings/array.h
|
| index 409a82b05db8e6119ac54db7b51d53a6449a1d3c..abbfbdc39639d6f8b4b87b2fc3348bca125b3137 100644
|
| --- a/mojo/public/c/bindings/array.h
|
| +++ b/mojo/public/c/include/mojo/bindings/array.h
|
| @@ -2,15 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_PUBLIC_C_BINDINGS_ARRAY_H_
|
| -#define MOJO_PUBLIC_C_BINDINGS_ARRAY_H_
|
| +#ifndef MOJO_PUBLIC_C_INCLUDE_MOJO_BINDINGS_ARRAY_H_
|
| +#define MOJO_PUBLIC_C_INCLUDE_MOJO_BINDINGS_ARRAY_H_
|
|
|
| +#include <mojo/bindings/buffer.h>
|
| +#include <mojo/bindings/internal/type_descriptor.h>
|
| #include <mojo/macros.h>
|
| #include <stdint.h>
|
|
|
| -#include "mojo/public/c/bindings/buffer.h"
|
| -#include "mojo/public/c/bindings/lib/type_descriptor.h"
|
| -
|
| MOJO_BEGIN_EXTERN_C
|
|
|
| // The fields below are just the header of a mojom array. The bytes that
|
| @@ -132,4 +131,4 @@ bool MojomArray_DeepCopy(struct MojomBuffer* buffer,
|
|
|
| MOJO_END_EXTERN_C
|
|
|
| -#endif // MOJO_PUBLIC_C_BINDINGS_ARRAY_H_
|
| +#endif // MOJO_PUBLIC_C_INCLUDE_MOJO_BINDINGS_ARRAY_H_
|
|
|