| Index: components/offline_pages/background/mark_attempt_started_task.h
|
| diff --git a/components/offline_pages/background/mark_attempt_started_task.h b/components/offline_pages/background/mark_attempt_started_task.h
|
| index 8afaef8e76f05f18008b42f7ab42af67f1a26a94..194d3c40c185ab340dd4d863c2bde3538524f197 100644
|
| --- a/components/offline_pages/background/mark_attempt_started_task.h
|
| +++ b/components/offline_pages/background/mark_attempt_started_task.h
|
| @@ -22,7 +22,8 @@ class MarkAttemptStartedTask : public UpdateRequestTask {
|
|
|
| protected:
|
| // UpdateRequestTask implementation:
|
| - void UpdateRequestImpl(std::unique_ptr<UpdateRequestsResult> result) override;
|
| + void UpdateRequestImpl(
|
| + std::unique_ptr<QueueResults::UpdateRequestsResult> result) override;
|
| };
|
|
|
| } // namespace offline_pages
|
|
|