| Index: chrome/browser/ui/views/select_file_dialog_extension_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/select_file_dialog_extension_browsertest.cc b/chrome/browser/ui/views/select_file_dialog_extension_browsertest.cc
|
| index 37cac1551dbe866d13fc9af2753817567b6d0563..c296a691466c1fd0377837fc9cd8f50325b0d4a3 100644
|
| --- a/chrome/browser/ui/views/select_file_dialog_extension_browsertest.cc
|
| +++ b/chrome/browser/ui/views/select_file_dialog_extension_browsertest.cc
|
| @@ -172,7 +172,7 @@ class SelectFileDialogExtensionBrowserTest : public ExtensionBrowserTest {
|
| ui_test_utils::WindowedNotificationObserver host_destroyed(
|
| content::NOTIFICATION_RENDER_WIDGET_HOST_DESTROYED,
|
| content::NotificationService::AllSources());
|
| - RenderViewHost* host = dialog_->GetRenderViewHost();
|
| + content::RenderViewHost* host = dialog_->GetRenderViewHost();
|
| string16 main_frame;
|
| std::string button_class =
|
| (button_type == DIALOG_BTN_OK) ? ".ok" : ".cancel";
|
|
|