| Index: third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher.h b/third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher.h
|
| index 1222e030c185364ce3347b229a2bdcaa9c230141..3e6d4f254035d5ffcc4b943b5c815d90efa20a46 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher.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_SYSTEM_SHARED_BUFFER_DISPATCHER_H_
|
| -#define MOJO_EDK_SYSTEM_SHARED_BUFFER_DISPATCHER_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_SHARED_BUFFER_DISPATCHER_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_SHARED_BUFFER_DISPATCHER_H_
|
|
|
| -#include "mojo/edk/embedder/platform_shared_buffer.h"
|
| -#include "mojo/edk/system/memory.h"
|
| -#include "mojo/edk/system/simple_dispatcher.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/memory.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/simple_dispatcher.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/system_impl_export.h"
|
|
|
| namespace mojo {
|
|
|
| @@ -111,4 +111,4 @@ class MOJO_SYSTEM_IMPL_EXPORT SharedBufferDispatcher final
|
| } // namespace system
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_SYSTEM_SHARED_BUFFER_DISPATCHER_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_SHARED_BUFFER_DISPATCHER_H_
|
|
|