| Index: third_party/mojo/src/mojo/edk/system/waiter.h
|
| diff --git a/third_party/mojo/src/mojo/edk/system/waiter.h b/third_party/mojo/src/mojo/edk/system/waiter.h
|
| index f09d7bdc5e05390520b82ba19aec049e87e959fa..adb94e915db06109ba311f85466d529a58e20061 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/waiter.h
|
| +++ b/third_party/mojo/src/mojo/edk/system/waiter.h
|
| @@ -9,10 +9,10 @@
|
|
|
| #include "base/synchronization/condition_variable.h"
|
| #include "base/synchronization/lock.h"
|
| +#include "mojo/public/c/system/types.h"
|
| +#include "mojo/public/cpp/system/macros.h"
|
| #include "third_party/mojo/src/mojo/edk/system/awakable.h"
|
| #include "third_party/mojo/src/mojo/edk/system/system_impl_export.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 {
|
|
|