| Index: components/offline_pages/background/request_picker.cc
|
| diff --git a/components/offline_pages/background/request_picker.cc b/components/offline_pages/background/request_picker.cc
|
| index 018f37466d8ad93c43007c55471a0ec53387eac2..02515425d37f7e198169698437b5c60e1342a7aa 100644
|
| --- a/components/offline_pages/background/request_picker.cc
|
| +++ b/components/offline_pages/background/request_picker.cc
|
| @@ -262,8 +262,8 @@ void RequestPicker::OnRequestExpired(
|
| const RequestQueue::UpdateMultipleRequestResults& results,
|
| const std::vector<SavePageRequest>& requests) {
|
| for (auto request : requests)
|
| - notifier_->NotifyCompleted(request,
|
| - RequestCoordinator::SavePageStatus::EXPIRED);
|
| + notifier_->NotifyCompleted(
|
| + request, RequestCoordinator::BackgroundSavePageResult::EXPIRED);
|
| }
|
|
|
| } // namespace offline_pages
|
|
|