| Index: third_party/mojo/src/mojo/edk/system/core.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/core.h b/third_party/mojo/src/mojo/edk/system/core.h
|
| index 4ed5edeedc31a184501543fafca243a9bed22a00..de4dc6de5166cee9bc1887ed70802c0af1f7ac40 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/core.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/core.h
|
| @@ -2,24 +2,24 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_EDK_SYSTEM_CORE_H_
|
| -#define MOJO_EDK_SYSTEM_CORE_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CORE_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CORE_H_
|
|
|
| #include <stdint.h>
|
|
|
| #include "base/callback.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "mojo/edk/system/handle_table.h"
|
| -#include "mojo/edk/system/mapping_table.h"
|
| -#include "mojo/edk/system/memory.h"
|
| -#include "mojo/edk/system/mutex.h"
|
| -#include "mojo/edk/system/system_impl_export.h"
|
| #include "mojo/public/c/system/buffer.h"
|
| #include "mojo/public/c/system/data_pipe.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/handle_table.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/mapping_table.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/memory.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 {
|
|
|
| @@ -189,4 +189,4 @@ class MOJO_SYSTEM_IMPL_EXPORT Core {
|
| } // namespace system
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_SYSTEM_CORE_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CORE_H_
|
|
|