| Index: chrome/browser/download/download_browsertest.cc
|
| diff --git a/chrome/browser/download/download_browsertest.cc b/chrome/browser/download/download_browsertest.cc
|
| index 5874cce0183e983a3661edf6a6d6a4e237c14c6d..7e11f42888b0b7db9420f410e7e0a5d512eaf413 100644
|
| --- a/chrome/browser/download/download_browsertest.cc
|
| +++ b/chrome/browser/download/download_browsertest.cc
|
| @@ -1956,7 +1956,7 @@ IN_PROC_BROWSER_TEST_F(DownloadTest, SavePageNonHTMLViaPost) {
|
| content::NOTIFICATION_NAV_ENTRY_COMMITTED,
|
| content::Source<content::NavigationController>(
|
| &web_contents->GetController()));
|
| - RenderViewHost* render_view_host = web_contents->GetRenderViewHost();
|
| + content::RenderViewHost* render_view_host = web_contents->GetRenderViewHost();
|
| ASSERT_TRUE(render_view_host != NULL);
|
| render_view_host->ExecuteJavascriptInWebFrame(
|
| string16(), ASCIIToUTF16("SubmitForm()"));
|
|
|