| Index: third_party/mojo/src/mojo/edk/system/proxy_message_pipe_endpoint.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/proxy_message_pipe_endpoint.h b/third_party/mojo/src/mojo/edk/system/proxy_message_pipe_endpoint.h
|
| index 385379bcca2e51aa5bf1a805ba38febff8a8048c..9e649fa0b0a7c97730c38d86a438f7ebede0ff56 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/proxy_message_pipe_endpoint.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/proxy_message_pipe_endpoint.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_PROXY_MESSAGE_PIPE_ENDPOINT_H_
|
| -#define MOJO_EDK_SYSTEM_PROXY_MESSAGE_PIPE_ENDPOINT_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_PROXY_MESSAGE_PIPE_ENDPOINT_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_PROXY_MESSAGE_PIPE_ENDPOINT_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "mojo/edk/system/message_in_transit.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/message_in_transit.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 {
|
| @@ -58,4 +58,4 @@ class MOJO_SYSTEM_IMPL_EXPORT ProxyMessagePipeEndpoint final
|
| } // namespace system
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_SYSTEM_PROXY_MESSAGE_PIPE_ENDPOINT_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_PROXY_MESSAGE_PIPE_ENDPOINT_H_
|
|
|