| 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 23bd6fd82010a295ba2c7f2dd481465780a507d8..3e3049b815470d30681a6fb0233664e227b8e92c 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| @@ -9,6 +9,7 @@
|
| #include "chrome/browser/autofill/autofill_manager.h"
|
| #include "chrome/browser/automation/automation_tab_helper.h"
|
| #include "chrome/browser/bookmarks/bookmark_model.h"
|
| +#include "chrome/browser/ui/content_settings/content_settings_tab_helper.h"
|
| #include "chrome/browser/custom_handlers/protocol_handler_registry.h"
|
| #include "chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h"
|
| #include "chrome/browser/extensions/extension_tab_helper.h"
|
| @@ -58,6 +59,7 @@ TabContentsWrapper::TabContentsWrapper(TabContents* contents)
|
| autocomplete_history_manager_.reset(new AutocompleteHistoryManager(contents));
|
| autofill_manager_.reset(new AutofillManager(contents));
|
| automation_tab_helper_.reset(new AutomationTabHelper(contents));
|
| + content_settings_tab_helper_.reset(new ContentSettingsTabHelper(this));
|
| download_tab_helper_.reset(new DownloadTabHelper(contents));
|
| extension_tab_helper_.reset(new ExtensionTabHelper(this));
|
| find_tab_helper_.reset(new FindTabHelper(contents));
|
|
|