Chromium Code Reviews| Index: ios/web/public/web_thread.h |
| diff --git a/ios/web/public/web_thread.h b/ios/web/public/web_thread.h |
| index 7f7c4149b08f982eb78ddf40189e9437c352421a..d8f395ef0873d33ddf64e97934dae513bdb5437f 100644 |
| --- a/ios/web/public/web_thread.h |
| +++ b/ios/web/public/web_thread.h |
| @@ -12,6 +12,8 @@ |
| #include "base/location.h" |
| #include "base/logging.h" |
| #include "base/macros.h" |
| +#include "base/memory/ref_counted.h" |
| +#include "base/single_thread_task_runner.h" |
| #include "base/task_runner_util.h" |
| namespace base { |