| Index: mojo/public/cpp/bindings/lib/scratch_buffer.h
|
| diff --git a/mojo/public/bindings/lib/scratch_buffer.h b/mojo/public/cpp/bindings/lib/scratch_buffer.h
|
| similarity index 87%
|
| rename from mojo/public/bindings/lib/scratch_buffer.h
|
| rename to mojo/public/cpp/bindings/lib/scratch_buffer.h
|
| index 310969ba344d21c9814a5551a6613c104dc7e643..462c6febc1300134dca077a10f3af08ace18d8bb 100644
|
| --- a/mojo/public/bindings/lib/scratch_buffer.h
|
| +++ b/mojo/public/cpp/bindings/lib/scratch_buffer.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_LIB_SCRATCH_BUFFER_H_
|
| -#define MOJO_PUBLIC_BINDINGS_LIB_SCRATCH_BUFFER_H_
|
| +#ifndef MOJO_PUBLIC_CPP_BINDINGS_LIB_SCRATCH_BUFFER_H_
|
| +#define MOJO_PUBLIC_CPP_BINDINGS_LIB_SCRATCH_BUFFER_H_
|
|
|
| #include <deque>
|
|
|
| @@ -51,4 +51,4 @@ class ScratchBuffer : public Buffer {
|
| } // namespace internal
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_PUBLIC_BINDINGS_LIB_SCRATCH_BUFFER_H_
|
| +#endif // MOJO_PUBLIC_CPP_BINDINGS_LIB_SCRATCH_BUFFER_H_
|
|
|