Chromium Code Reviews| Index: components/offline_pages/background/mark_attempt_completed_task.h |
| diff --git a/components/offline_pages/background/mark_attempt_completed_task.h b/components/offline_pages/background/mark_attempt_completed_task.h |
| index 7997ee5e0298bb2139747861451b67122649eedc..7e94803a34b3fb9811079ca748da9423e7d7be1e 100644 |
| --- a/components/offline_pages/background/mark_attempt_completed_task.h |
| +++ b/components/offline_pages/background/mark_attempt_completed_task.h |
| @@ -8,6 +8,7 @@ |
| #include <stdint.h> |
| #include <memory> |
| +#include "components/offline_pages/background/request_queue_results.h" |
| #include "components/offline_pages/background/request_queue_store.h" |
|
fgorski
2016/11/09 17:58:06
nit: forward declare RequestQueueStore and remove
Pete Williamson
2016/11/09 23:53:55
Done. Would you like me to aslo make a parallel c
fgorski
2016/11/10 19:15:50
Not right now. If you can avoid adding files to th
|
| #include "components/offline_pages/background/update_request_task.h" |
| #include "components/offline_pages/core/task.h" |