| Index: chrome/browser/tab_contents/navigation_controller_unittest.cc
|
| diff --git a/chrome/browser/tab_contents/navigation_controller_unittest.cc b/chrome/browser/tab_contents/navigation_controller_unittest.cc
|
| index 0794a38b0ea8dff35844186a97f1e137be64fd79..da94be034f3a378939468c9edf3d9474bd21ad70 100644
|
| --- a/chrome/browser/tab_contents/navigation_controller_unittest.cc
|
| +++ b/chrome/browser/tab_contents/navigation_controller_unittest.cc
|
| @@ -1328,7 +1328,7 @@ TEST_F(NavigationControllerTest, RestoreNavigate) {
|
| navigations.push_back(TabNavigation(0, url, GURL(),
|
| ASCIIToUTF16("Title"), "state",
|
| PageTransition::LINK));
|
| - TabContents our_contents(profile(), NULL, MSG_ROUTING_NONE, NULL);
|
| + TabContents our_contents(profile(), NULL, MSG_ROUTING_NONE, NULL, NULL);
|
| NavigationController& our_controller = our_contents.controller();
|
| our_controller.RestoreFromState(navigations, 0, true);
|
| our_controller.GoToIndex(0);
|
|
|