| Index: third_party/mojo/src/mojo/edk/system/channel_endpoint_client.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/channel_endpoint_client.h b/third_party/mojo/src/mojo/edk/system/channel_endpoint_client.h
|
| index 98f6761ce351b8bdc9c03c6feea6139092c8fcdd..d250b285b8597c79880bfd4fdcc2f2705d351316 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/channel_endpoint_client.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/channel_endpoint_client.h
|
| @@ -2,13 +2,13 @@
|
| // 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_CLIENT_H_
|
| -#define MOJO_EDK_SYSTEM_CHANNEL_ENDPOINT_CLIENT_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CHANNEL_ENDPOINT_CLIENT_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CHANNEL_ENDPOINT_CLIENT_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "mojo/edk/system/system_impl_export.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/system_impl_export.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
| @@ -60,4 +60,4 @@ class MOJO_SYSTEM_IMPL_EXPORT ChannelEndpointClient
|
| } // namespace system
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_SYSTEM_CHANNEL_ENDPOINT_CLIENT_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CHANNEL_ENDPOINT_CLIENT_H_
|
|
|