| Index: chrome/browser/download/save_page_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/download/save_page_browsertest.cc (revision 147577)
|
| +++ chrome/browser/download/save_page_browsertest.cc (working copy)
|
| @@ -108,7 +108,7 @@
|
|
|
|
|
| GURL WaitForSavePackageToFinish() const {
|
| - ui_test_utils::WindowedNotificationObserver observer(
|
| + content::WindowedNotificationObserver observer(
|
| content::NOTIFICATION_SAVE_PACKAGE_SUCCESSFULLY_FINISHED,
|
| content::NotificationService::AllSources());
|
| observer.Wait();
|
| @@ -363,7 +363,7 @@
|
| ui_test_utils::NavigateToURL(browser(), url);
|
|
|
| SavePackageFilePicker::SetShouldPromptUser(false);
|
| - ui_test_utils::WindowedNotificationObserver observer(
|
| + content::WindowedNotificationObserver observer(
|
| content::NOTIFICATION_SAVE_PACKAGE_SUCCESSFULLY_FINISHED,
|
| content::NotificationService::AllSources());
|
| chrome::SavePage(browser());
|
| @@ -403,7 +403,7 @@
|
| #else
|
| SavePackageFilePicker::SetShouldPromptUser(false);
|
| #endif
|
| - ui_test_utils::WindowedNotificationObserver observer(
|
| + content::WindowedNotificationObserver observer(
|
| content::NOTIFICATION_SAVE_PACKAGE_SUCCESSFULLY_FINISHED,
|
| content::NotificationService::AllSources());
|
| chrome::SavePage(browser());
|
|
|