| Index: third_party/mojo/src/mojo/edk/system/connection_manager_messages.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/connection_manager_messages.h b/third_party/mojo/src/mojo/edk/system/connection_manager_messages.h
|
| index 4117f95368255f0a5e04f506f0f8600b6ef7da23..8ca7c828c94be2cbd5b3d14b525fa01fe1c316c5 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/connection_manager_messages.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/connection_manager_messages.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_CONNECTION_MANAGER_MESSAGES_H_
|
| -#define MOJO_EDK_SYSTEM_CONNECTION_MANAGER_MESSAGES_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CONNECTION_MANAGER_MESSAGES_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CONNECTION_MANAGER_MESSAGES_H_
|
|
|
| #include <string.h>
|
|
|
| -#include "mojo/edk/system/process_identifier.h"
|
| -#include "mojo/edk/system/system_impl_export.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/process_identifier.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/system_impl_export.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
| @@ -27,4 +27,4 @@ struct ConnectionManagerAckSuccessConnectData {
|
| } // namespace system
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_SYSTEM_CONNECTION_MANAGER_MESSAGES_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CONNECTION_MANAGER_MESSAGES_H_
|
|
|