| Index: mojo/public/cpp/bindings/lib/fixed_buffer.h
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/lib/fixed_buffer.h b/mojo/public/cpp/bindings/lib/fixed_buffer.h
|
| similarity index 84%
|
| rename from third_party/mojo/src/mojo/public/cpp/bindings/lib/fixed_buffer.h
|
| rename to mojo/public/cpp/bindings/lib/fixed_buffer.h
|
| index f0c7efd67e9d8f3a32ae4258144a898d54c6f961..83eaf97067b37c38118488166fd566e862d01178 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/bindings/lib/fixed_buffer.h
|
| +++ b/mojo/public/cpp/bindings/lib/fixed_buffer.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_BINDINGS_LIB_FIXED_BUFFER_H_
|
| -#define THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_BINDINGS_LIB_FIXED_BUFFER_H_
|
| +#ifndef MOJO_PUBLIC_CPP_BINDINGS_LIB_FIXED_BUFFER_H_
|
| +#define MOJO_PUBLIC_CPP_BINDINGS_LIB_FIXED_BUFFER_H_
|
|
|
| -#include "third_party/mojo/src/mojo/public/cpp/bindings/lib/buffer.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
|
| +#include "mojo/public/cpp/bindings/lib/buffer.h"
|
| +#include "mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
| namespace internal {
|
| @@ -75,4 +75,4 @@ class FixedBufferForTesting : public FixedBuffer {
|
| } // namespace internal
|
| } // namespace mojo
|
|
|
| -#endif // THIRD_PARTY_MOJO_SRC_MOJO_PUBLIC_CPP_BINDINGS_LIB_FIXED_BUFFER_H_
|
| +#endif // MOJO_PUBLIC_CPP_BINDINGS_LIB_FIXED_BUFFER_H_
|
|
|