| Index: third_party/mojo/src/mojo/edk/system/mapping_table.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/mapping_table.h b/third_party/mojo/src/mojo/edk/system/mapping_table.h
|
| index 5af16557c24d7d0d6b97a65ee88a6a23a0e19da6..cc74acae02dbe6edcb9cd525c7282fbea8a4bdc9 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/mapping_table.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/mapping_table.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_MAPPING_TABLE_H_
|
| -#define MOJO_EDK_SYSTEM_MAPPING_TABLE_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_MAPPING_TABLE_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_MAPPING_TABLE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -11,9 +11,9 @@
|
|
|
| #include "base/containers/hash_tables.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "mojo/edk/system/system_impl_export.h"
|
| #include "mojo/public/c/system/types.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/system_impl_export.h"
|
|
|
| namespace mojo {
|
|
|
| @@ -59,4 +59,4 @@ class MOJO_SYSTEM_IMPL_EXPORT MappingTable {
|
| } // namespace system
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_SYSTEM_MAPPING_TABLE_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_MAPPING_TABLE_H_
|
|
|