| Index: content/browser/tab_contents/tab_contents_unittest.cc
|
| ===================================================================
|
| --- content/browser/tab_contents/tab_contents_unittest.cc (revision 116232)
|
| +++ content/browser/tab_contents/tab_contents_unittest.cc (working copy)
|
| @@ -1755,7 +1755,7 @@
|
| // Create another NavigationController.
|
| GURL url3("http://foo2");
|
| scoped_ptr<TestTabContents> other_contents(CreateTestTabContents());
|
| - NavigationController& other_controller = other_contents->GetController();
|
| + NavigationController& other_controller = other_contents->GetControllerImpl();
|
| other_contents->NavigateAndCommit(url3);
|
| other_contents->ExpectSetHistoryLengthAndPrune(
|
| NavigationEntryImpl::FromNavigationEntry(
|
| @@ -1782,7 +1782,7 @@
|
|
|
| // Create another NavigationController.
|
| scoped_ptr<TestTabContents> other_contents(CreateTestTabContents());
|
| - NavigationController& other_controller = other_contents->GetController();
|
| + NavigationController& other_controller = other_contents->GetControllerImpl();
|
|
|
| // Navigate it to url2.
|
| GURL url2("http://foo2");
|
|
|