| 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 5798cb6d3f0052f2cc83d88784f137547726698c..6f6f6b763c5be34097796b043fc59d9f25bd86cf 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
|
| @@ -5,11 +5,11 @@
|
| #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/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"
|
| +#include "third_party/mojo/src/mojo/public/c/system/types.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|