| Index: components/offline_pages/background/mark_attempt_aborted_task.h
|
| diff --git a/components/offline_pages/background/mark_attempt_aborted_task.h b/components/offline_pages/background/mark_attempt_aborted_task.h
|
| index 80d6367d5c15127325b42adabba5b3a9beb1c053..3fab300d26bf411b1b220c1bc9f53ccc9a0e48b7 100644
|
| --- a/components/offline_pages/background/mark_attempt_aborted_task.h
|
| +++ b/components/offline_pages/background/mark_attempt_aborted_task.h
|
| @@ -22,7 +22,8 @@ class MarkAttemptAbortedTask : 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
|
|
|