| Index: third_party/mojo/src/mojo/edk/system/local_message_pipe_endpoint.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/local_message_pipe_endpoint.h b/third_party/mojo/src/mojo/edk/system/local_message_pipe_endpoint.h
|
| index 0f06847a4735ab2b5cf31dbdd28c36db52703e34..31d859f5c8a724c967c6d645368395db787443c3 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/local_message_pipe_endpoint.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/local_message_pipe_endpoint.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_EDK_SYSTEM_LOCAL_MESSAGE_PIPE_ENDPOINT_H_
|
| -#define MOJO_EDK_SYSTEM_LOCAL_MESSAGE_PIPE_ENDPOINT_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_LOCAL_MESSAGE_PIPE_ENDPOINT_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_LOCAL_MESSAGE_PIPE_ENDPOINT_H_
|
|
|
| -#include "mojo/edk/system/awakable_list.h"
|
| -#include "mojo/edk/system/handle_signals_state.h"
|
| -#include "mojo/edk/system/message_in_transit_queue.h"
|
| -#include "mojo/edk/system/message_pipe_endpoint.h"
|
| -#include "mojo/edk/system/system_impl_export.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/awakable_list.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/handle_signals_state.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/message_in_transit_queue.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/message_pipe_endpoint.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/system_impl_export.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
| @@ -63,4 +63,4 @@ class MOJO_SYSTEM_IMPL_EXPORT LocalMessagePipeEndpoint final
|
| } // namespace system
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_SYSTEM_LOCAL_MESSAGE_PIPE_ENDPOINT_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_LOCAL_MESSAGE_PIPE_ENDPOINT_H_
|
|
|