| Index: third_party/mojo/src/mojo/edk/system/channel_endpoint.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/channel_endpoint.h b/third_party/mojo/src/mojo/edk/system/channel_endpoint.h
|
| index 3ebe386a685671768d15b338911dabbc88781b96..6f5e06dae03d4d75268734be47a73f16bbc30300 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/channel_endpoint.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/channel_endpoint.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_EDK_SYSTEM_CHANNEL_ENDPOINT_H_
|
| -#define MOJO_EDK_SYSTEM_CHANNEL_ENDPOINT_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CHANNEL_ENDPOINT_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CHANNEL_ENDPOINT_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "mojo/edk/system/channel_endpoint_id.h"
|
| -#include "mojo/edk/system/message_in_transit_queue.h"
|
| -#include "mojo/edk/system/mutex.h"
|
| -#include "mojo/edk/system/system_impl_export.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/channel_endpoint_id.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/message_in_transit_queue.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/mutex.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/system_impl_export.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
| @@ -220,4 +220,4 @@ class MOJO_SYSTEM_IMPL_EXPORT ChannelEndpoint final
|
| } // namespace system
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_SYSTEM_CHANNEL_ENDPOINT_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CHANNEL_ENDPOINT_H_
|
|
|