| 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 61ef2a246b5a33d63c154693f246a2ebb64ba3db..f5b2eac3061b100ef603c08b28df4257955fa291 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| @@ -127,7 +127,7 @@ TabContentsWrapper::TabContentsWrapper(TabContents* contents)
|
| ssl_helper_.reset(new TabContentsSSLHelper(this));
|
| content_settings_.reset(new TabSpecificContentSettings(contents));
|
| translate_tab_helper_.reset(new TranslateTabHelper(contents));
|
| - print_view_manager_.reset(new printing::PrintViewManager(contents));
|
| + print_view_manager_.reset(new printing::PrintViewManager(this));
|
|
|
| // Create the per-tab observers.
|
| external_protocol_observer_.reset(new ExternalProtocolObserver(contents));
|
|
|