| 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 9b90ffd541b8f06eeb2c6cb5027a6dd3d30c3c59..a58ab3f66ff0d290739729d50b37f8d4074321c5 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents.cc
|
| @@ -150,7 +150,7 @@ TabContents::TabContents(WebContents* contents)
|
| SSLTabHelper::CreateForWebContents(contents);
|
| synced_tab_delegate_.reset(new TabContentsSyncedTabDelegate(this));
|
| translate_tab_helper_.reset(new TranslateTabHelper(contents));
|
| - zoom_controller_.reset(new ZoomController(this));
|
| + ZoomController::CreateForWebContents(contents);
|
|
|
| #if defined(ENABLE_AUTOMATION)
|
| automation_tab_helper_.reset(new AutomationTabHelper(contents));
|
|
|