| Index: mojo/edk/system/async_waiter.h
|
| diff --git a/mojo/edk/system/async_waiter.h b/mojo/edk/system/async_waiter.h
|
| index 19ef5d6fee43cc2fa08d186f6da53c330b5f89f7..b8eefa00906206765e927259774eeff7aa2b05dc 100644
|
| --- a/mojo/edk/system/async_waiter.h
|
| +++ b/mojo/edk/system/async_waiter.h
|
| @@ -8,8 +8,8 @@
|
| #include "base/callback.h"
|
| #include "mojo/edk/system/awakable.h"
|
| #include "mojo/edk/system/system_impl_export.h"
|
| -#include "mojo/public/c/system/types.h"
|
| -#include "mojo/public/cpp/system/macros.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 {
|
|
|