| Index: mojo/public/cpp/bindings/allocation_scope.h
|
| diff --git a/mojo/public/bindings/allocation_scope.h b/mojo/public/cpp/bindings/allocation_scope.h
|
| similarity index 87%
|
| rename from mojo/public/bindings/allocation_scope.h
|
| rename to mojo/public/cpp/bindings/allocation_scope.h
|
| index 05737b9cc6d10113120e4d93190a3faaff453577..e372457baf9d0277ab16b4e8857f2061bb45f36b 100644
|
| --- a/mojo/public/bindings/allocation_scope.h
|
| +++ b/mojo/public/cpp/bindings/allocation_scope.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_ALLOCATION_SCOPE_H_
|
| -#define MOJO_PUBLIC_BINDINGS_ALLOCATION_SCOPE_H_
|
| +#ifndef MOJO_PUBLIC_CPP_BINDINGS_ALLOCATION_SCOPE_H_
|
| +#define MOJO_PUBLIC_CPP_BINDINGS_ALLOCATION_SCOPE_H_
|
|
|
| #include "mojo/public/bindings/lib/scratch_buffer.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| @@ -40,4 +40,4 @@ class AllocationScope {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_PUBLIC_BINDINGS_ALLOCATION_SCOPE_H_
|
| +#endif // MOJO_PUBLIC_CPP_BINDINGS_ALLOCATION_SCOPE_H_
|
|
|