| Index: third_party/mojo/src/mojo/edk/system/core_test_base.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/core_test_base.cc b/third_party/mojo/src/mojo/edk/system/core_test_base.cc
|
| index 8d2bcc8c1409154df4a98d31f2f82e4ac51f0e58..712b10a8ac154341a351e10d4cbe0b91a4c3ce5b 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/core_test_base.cc
|
| +++ b/third_party/mojo/src/mojo/edk/system/core_test_base.cc
|
| @@ -8,11 +8,11 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "mojo/public/cpp/system/macros.h"
|
| #include "third_party/mojo/src/mojo/edk/system/configuration.h"
|
| #include "third_party/mojo/src/mojo/edk/system/core.h"
|
| #include "third_party/mojo/src/mojo/edk/system/dispatcher.h"
|
| #include "third_party/mojo/src/mojo/edk/system/memory.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|