diff options
Diffstat (limited to 'content/browser/tab_contents/test_tab_contents.cc')
-rw-r--r-- | content/browser/tab_contents/test_tab_contents.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/tab_contents/test_tab_contents.cc b/content/browser/tab_contents/test_tab_contents.cc index 8b664f9..2589d1f 100644 --- a/content/browser/tab_contents/test_tab_contents.cc +++ b/content/browser/tab_contents/test_tab_contents.cc @@ -86,7 +86,7 @@ TabContents* TestTabContents::Clone() { TabContents* tc = new TestTabContents( GetBrowserContext(), SiteInstance::CreateSiteInstance(GetBrowserContext())); - tc->GetController().CopyStateFrom(controller_); + tc->GetControllerImpl().CopyStateFrom(controller_); return tc; } |