| Index: chrome/browser/ui/views/file_manager_dialog_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/file_manager_dialog_browsertest.cc (revision 91968)
|
| +++ chrome/browser/ui/views/file_manager_dialog_browsertest.cc (working copy)
|
| @@ -130,7 +130,7 @@
|
| // Inject JavaScript to click the cancel button and wait for notification
|
| // that the window has closed.
|
| ui_test_utils::WindowedNotificationObserver host_destroyed(
|
| - NotificationType::RENDER_WIDGET_HOST_DESTROYED,
|
| + chrome::RENDER_WIDGET_HOST_DESTROYED,
|
| NotificationService::AllSources());
|
| RenderViewHost* host = dialog_->GetRenderViewHost();
|
| string16 main_frame;
|
| @@ -194,7 +194,7 @@
|
| // Inject JavaScript to click the open button and wait for notification
|
| // that the window has closed.
|
| ui_test_utils::WindowedNotificationObserver host_destroyed(
|
| - NotificationType::RENDER_WIDGET_HOST_DESTROYED,
|
| + chrome::RENDER_WIDGET_HOST_DESTROYED,
|
| NotificationService::AllSources());
|
| RenderViewHost* host = dialog_->GetRenderViewHost();
|
| string16 main_frame;
|
| @@ -254,7 +254,7 @@
|
| // Inject JavaScript to click the save button and wait for notification
|
| // that the window has closed.
|
| ui_test_utils::WindowedNotificationObserver host_destroyed(
|
| - NotificationType::RENDER_WIDGET_HOST_DESTROYED,
|
| + chrome::RENDER_WIDGET_HOST_DESTROYED,
|
| NotificationService::AllSources());
|
| RenderViewHost* host = dialog_->GetRenderViewHost();
|
| string16 main_frame;
|
|
|