| Index: mojo/edk/system/core_test_base.h
|
| diff --git a/mojo/edk/system/core_test_base.h b/mojo/edk/system/core_test_base.h
|
| index 774dc957ffb4efadbd54459f4d8fb692163eaedb..84bc2e62a2136f31f62e0304ae556f9da3e66c4b 100644
|
| --- a/mojo/edk/system/core_test_base.h
|
| +++ b/mojo/edk/system/core_test_base.h
|
| @@ -8,9 +8,9 @@
|
| #include "base/synchronization/lock.h"
|
| #include "mojo/edk/embedder/embedder_internal.h"
|
| #include "mojo/edk/system/test_utils.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/public/c/system/types.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
| namespace edk {
|
|
|