| Index: mojo/edk/system/awakable_list.h
|
| diff --git a/mojo/edk/system/awakable_list.h b/mojo/edk/system/awakable_list.h
|
| index 34d6b06922a041498d06a7d155c1124f4a8922d7..d400b3872a34fd0ae79d866aa98a6880a9348242 100644
|
| --- a/mojo/edk/system/awakable_list.h
|
| +++ b/mojo/edk/system/awakable_list.h
|
| @@ -13,12 +13,12 @@
|
| #include "base/macros.h"
|
| #include "mojo/edk/system/system_impl_export.h"
|
| #include "mojo/public/c/system/types.h"
|
| +#include "mojo/public/cpp/system/handle_signals_state.h"
|
|
|
| namespace mojo {
|
| namespace edk {
|
|
|
| class Awakable;
|
| -struct HandleSignalsState;
|
|
|
| // |AwakableList| tracks all the |Waiter|s that are waiting on a given
|
| // handle/|Dispatcher|. There should be a |AwakableList| for each handle that
|
|
|