| Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| index 901e605757b1c0b8c87c5dcf707bdeac49873e49..cd86f5ccf1a193a4b73eb4f1e218acc3cbdb24f5 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| @@ -248,8 +248,7 @@ TabContentsWrapper::TabContentsWrapper(TabContents* contents)
|
| content_settings_.reset(new TabSpecificContentSettings(contents));
|
| translate_tab_helper_.reset(new TranslateTabHelper(contents));
|
| web_intent_picker_controller_.reset(new WebIntentPickerController(
|
| - contents,
|
| - new WebIntentConstrainedDialogFactory()));
|
| + this, new WebIntentConstrainedDialogFactory()));
|
|
|
| // Create the per-tab observers.
|
| download_request_limiter_observer_.reset(
|
|
|