| Index: components/offline_pages/background/mark_attempt_started_task.cc
|
| diff --git a/components/offline_pages/background/mark_attempt_started_task.cc b/components/offline_pages/background/mark_attempt_started_task.cc
|
| index 95776fefad1af51b08e08f0401cdf2c12e985518..0dceb13ed20732bb0a36fd14d426ae4af753e712 100644
|
| --- a/components/offline_pages/background/mark_attempt_started_task.cc
|
| +++ b/components/offline_pages/background/mark_attempt_started_task.cc
|
| @@ -20,7 +20,7 @@ MarkAttemptStartedTask::MarkAttemptStartedTask(
|
| MarkAttemptStartedTask::~MarkAttemptStartedTask() {}
|
|
|
| void MarkAttemptStartedTask::UpdateRequestImpl(
|
| - std::unique_ptr<UpdateRequestsResult> read_result) {
|
| + std::unique_ptr<QueueResults::UpdateRequestsResult> read_result) {
|
| if (!ValidateReadResult(read_result.get())) {
|
| CompleteWithResult(std::move(read_result));
|
| return;
|
|
|