| 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..7a1d3b3b2f5739849c54000f6adfae47122c71ad 100644
|
| --- a/components/offline_pages/background/mark_attempt_completed_task.h
|
| +++ b/components/offline_pages/background/mark_attempt_completed_task.h
|
| @@ -8,12 +8,14 @@
|
| #include <stdint.h>
|
| #include <memory>
|
|
|
| -#include "components/offline_pages/background/request_queue_store.h"
|
| +#include "components/offline_pages/background/request_queue_results.h"
|
| #include "components/offline_pages/background/update_request_task.h"
|
| #include "components/offline_pages/core/task.h"
|
|
|
| namespace offline_pages {
|
|
|
| +class RequestQueueStore;
|
| +
|
| class MarkAttemptCompletedTask : public UpdateRequestTask {
|
| public:
|
| MarkAttemptCompletedTask(RequestQueueStore* store,
|
|
|