Index: chrome/browser/sync/profile_sync_service_session_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_session_unittest.cc b/chrome/browser/sync/profile_sync_service_session_unittest.cc |
index aec8539f7f04c69dd883a2e0dbbd4b10239b4c8b..79711036727504e8277566aa8917d4ff94b4dcbc 100644 |
--- a/chrome/browser/sync/profile_sync_service_session_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_session_unittest.cc |
@@ -1287,7 +1287,8 @@ TEST_F(ProfileSyncServiceSessionTest, CheckPrerenderedWebContentsSwap) { |
// Create new WebContents, with the required tab helpers. |
WebContents* new_web_contents = WebContents::CreateWithSessionStorage( |
WebContents::CreateParams(profile()), |
- old_web_contents->GetController().GetSessionStorageNamespaceMap()); |
+ old_web_contents->GetController().GetSessionStorageNamespaceMap(), |
+ NULL); |
SessionTabHelper::CreateForWebContents(new_web_contents); |
TabContentsSyncedTabDelegate::CreateForWebContents(new_web_contents); |
new_web_contents->GetController() |