| Index: chrome/browser/ui/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents.cc b/chrome/browser/ui/tab_contents/tab_contents.cc
|
| index a3cfa028d83eb70c351fd1c07e5c1f93e3f110c5..b834909c9b89ce20a9946391474d580383ce9dc1 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents.cc
|
| @@ -168,7 +168,7 @@ TabContents::TabContents(WebContents* contents)
|
| if (OmniboxSearchHint::IsEnabled(profile()))
|
| OmniboxSearchHint::CreateForWebContents(contents);
|
| PDFTabHelper::CreateForWebContents(contents);
|
| - sad_tab_helper_.reset(new SadTabHelper(contents));
|
| + SadTabHelper::CreateForWebContents(contents);
|
| web_intent_picker_controller_.reset(new WebIntentPickerController(this));
|
| #endif
|
|
|
|
|