| Index: chrome/browser/ui/tab_helpers.cc
|
| diff --git a/chrome/browser/ui/tab_helpers.cc b/chrome/browser/ui/tab_helpers.cc
|
| index 0620678938651c6061e1ea477145619afbe9b99f..74e762cf20c2e4276b868ce290ef36326b2ee490 100644
|
| --- a/chrome/browser/ui/tab_helpers.cc
|
| +++ b/chrome/browser/ui/tab_helpers.cc
|
| @@ -158,7 +158,7 @@ void TabHelpers::AttachTabHelpers(WebContents* web_contents) {
|
| autofill::ChromeAutofillClient::FromWebContents(web_contents),
|
| g_browser_process->GetApplicationLocale(),
|
| autofill::AutofillManager::ENABLE_AUTOFILL_DOWNLOAD_MANAGER);
|
| - BookmarkLastVisitUpdater::CreateForWebContentsWithBookmarkModel(
|
| + BookmarkLastVisitUpdater::MaybeCreateForWebContentsWithBookmarkModel(
|
| web_contents, BookmarkModelFactory::GetForBrowserContext(
|
| web_contents->GetBrowserContext()));
|
| chrome_browser_net::NetErrorTabHelper::CreateForWebContents(web_contents);
|
|
|