| Index: third_party/mojo/src/mojo/edk/system/message_pipe_endpoint.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/message_pipe_endpoint.h b/third_party/mojo/src/mojo/edk/system/message_pipe_endpoint.h
|
| index 73d9a920a895fbcb3c7de81f6640297063840c5e..4eac70ceaad57fca65a33d3f7dec778a093f25e2 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/message_pipe_endpoint.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/message_pipe_endpoint.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_EDK_SYSTEM_MESSAGE_PIPE_ENDPOINT_H_
|
| -#define MOJO_EDK_SYSTEM_MESSAGE_PIPE_ENDPOINT_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_MESSAGE_PIPE_ENDPOINT_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_MESSAGE_PIPE_ENDPOINT_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -11,13 +11,13 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "mojo/edk/system/dispatcher.h"
|
| -#include "mojo/edk/system/memory.h"
|
| -#include "mojo/edk/system/message_in_transit.h"
|
| -#include "mojo/edk/system/system_impl_export.h"
|
| #include "mojo/public/c/system/message_pipe.h"
|
| #include "mojo/public/c/system/types.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/dispatcher.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/memory.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/message_in_transit.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/system_impl_export.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
| @@ -87,4 +87,4 @@ class MOJO_SYSTEM_IMPL_EXPORT MessagePipeEndpoint {
|
| } // namespace system
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_SYSTEM_MESSAGE_PIPE_ENDPOINT_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_MESSAGE_PIPE_ENDPOINT_H_
|
|
|