| Index: third_party/mojo/src/mojo/edk/system/core_test_base.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/core_test_base.h b/third_party/mojo/src/mojo/edk/system/core_test_base.h
|
| index e2375cde3d716471b6d53db7fcc2d484cc18538a..5798cb6d3f0052f2cc83d88784f137547726698c 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/core_test_base.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/core_test_base.h
|
| @@ -2,14 +2,14 @@
|
| // 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_TEST_BASE_H_
|
| -#define MOJO_EDK_SYSTEM_CORE_TEST_BASE_H_
|
| +#ifndef THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CORE_TEST_BASE_H_
|
| +#define THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CORE_TEST_BASE_H_
|
|
|
| -#include "mojo/edk/embedder/simple_platform_support.h"
|
| -#include "mojo/edk/system/mutex.h"
|
| #include "mojo/public/c/system/types.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/mutex.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
| @@ -114,4 +114,4 @@ class CoreTestBase_MockHandleInfo {
|
| } // namespace system
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_EDK_SYSTEM_CORE_TEST_BASE_H_
|
| +#endif // THIRD_PARTY_MOJO_SRC_MOJO_EDK_SYSTEM_CORE_TEST_BASE_H_
|
|
|