| Index: components/offline_pages/core/downloads/download_notifying_observer_unittest.cc
|
| diff --git a/components/offline_pages/core/downloads/download_notifying_observer_unittest.cc b/components/offline_pages/core/downloads/download_notifying_observer_unittest.cc
|
| index 75d1f898f20b221a9ee8389563e9f272faccabb7..6db87708702286214aeeb9cd393658b01052247f 100644
|
| --- a/components/offline_pages/core/downloads/download_notifying_observer_unittest.cc
|
| +++ b/components/offline_pages/core/downloads/download_notifying_observer_unittest.cc
|
| @@ -224,7 +224,7 @@ TEST_F(DownloadNotifyingObserverTest, OnCompletedFailure) {
|
| SavePageRequest request(kTestOfflineId, GURL(kTestUrl), kTestClientId,
|
| kTestCreationTime, kTestUserRequested);
|
| observer()->OnCompleted(
|
| - request, RequestNotifier::BackgroundSavePageResult::PRERENDER_FAILURE);
|
| + request, RequestNotifier::BackgroundSavePageResult::LOADING_FAILURE);
|
| EXPECT_EQ(LastNotificationType::DOWNLOAD_FAILED,
|
| notifier()->last_notification_type());
|
| EXPECT_EQ(kTestGuid, notifier()->download_item()->guid);
|
|
|