| 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 f4e398e55be71b8a822dc005c08e416aedb61f5d..f215f2ddb422958557189538b03dcdca6dfe005a 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents.cc
|
| @@ -154,7 +154,7 @@ TabContents::TabContents(WebContents* contents)
|
| ZoomController::CreateForWebContents(contents);
|
|
|
| #if defined(ENABLE_AUTOMATION)
|
| - automation_tab_helper_.reset(new AutomationTabHelper(contents));
|
| + AutomationTabHelper::CreateForWebContents(contents);
|
| #endif
|
|
|
| #if defined(ENABLE_CAPTIVE_PORTAL_DETECTION)
|
|
|