| Index: third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer.h
|
| diff --git a/third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer.h b/third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer.h
|
| index 66b0c228ab7e23de2df12e984d8c7274c4326232..90b8dd1d87431a75ef7b6f692ea8a30cf00183fb 100644
|
| --- a/third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer.h
|
| +++ b/third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_EDK_EMBEDDER_SIMPLE_PLATFORM_SHARED_BUFFER_H_
|
| -#define MOJO_EDK_EMBEDDER_SIMPLE_PLATFORM_SHARED_BUFFER_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_EMBEDDER_SIMPLE_PLATFORM_SHARED_BUFFER_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_EMBEDDER_SIMPLE_PLATFORM_SHARED_BUFFER_H_
|
|
|
| #include <stddef.h>
|
|
|
| -#include "mojo/edk/embedder/platform_shared_buffer.h"
|
| -#include "mojo/edk/system/system_impl_export.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/platform_shared_buffer.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/system_impl_export.h"
|
|
|
| namespace mojo {
|
| namespace embedder {
|
| @@ -98,4 +98,4 @@ class MOJO_SYSTEM_IMPL_EXPORT SimplePlatformSharedBufferMapping
|
| } // namespace embedder
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_EMBEDDER_SIMPLE_PLATFORM_SHARED_BUFFER_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_EMBEDDER_SIMPLE_PLATFORM_SHARED_BUFFER_H_
|
|
|