| Index: content/browser/renderer_host/test_render_view_host.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/test_render_view_host.cc (revision 116232)
|
| +++ content/browser/renderer_host/test_render_view_host.cc (working copy)
|
| @@ -311,7 +311,7 @@
|
| }
|
|
|
| NavigationController& RenderViewHostTestHarness::controller() {
|
| - return contents()->GetController();
|
| + return contents()->GetControllerImpl();
|
| }
|
|
|
| TestTabContents* RenderViewHostTestHarness::contents() {
|
|
|