| Index: components/offline_pages/background/remove_requests_task.h
|
| diff --git a/components/offline_pages/background/remove_requests_task.h b/components/offline_pages/background/remove_requests_task.h
|
| index a110134e7ea6c4591c43de8784320797016a7593..e0d2b2cfca21daf9a9c10bcfdb831cabb97ac96d 100644
|
| --- a/components/offline_pages/background/remove_requests_task.h
|
| +++ b/components/offline_pages/background/remove_requests_task.h
|
| @@ -33,7 +33,8 @@ class RemoveRequestsTask : public Task {
|
| // Step for early termination, that builds failure result.
|
| void CompleteEarly(ItemActionStatus status);
|
| // Step 2. Processes update result, calls callback.
|
| - void CompleteWithResult(std::unique_ptr<UpdateRequestsResult> result);
|
| + void CompleteWithResult(
|
| + std::unique_ptr<QueueResults::UpdateRequestsResult> result);
|
|
|
| // Store that this task updates.
|
| RequestQueueStore* store_;
|
|
|