| Index: content/browser/renderer_host/resource_dispatcher_host_browsertest.cc
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host_browsertest.cc b/content/browser/renderer_host/resource_dispatcher_host_browsertest.cc
|
| index 74e4546239a7a31a360d3236d701fa252478ddf0..ad2b192f05186b73aed81838385d3ea92b42a916 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host_browsertest.cc
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host_browsertest.cc
|
| @@ -19,7 +19,7 @@ class ResourceDispatcherHostBrowserTest : public InProcessBrowserTest {
|
| }
|
|
|
| protected:
|
| - RenderViewHost* render_view_host() {
|
| + content::RenderViewHost* render_view_host() {
|
| return browser()->GetSelectedWebContents()->GetRenderViewHost();
|
| }
|
|
|
|
|