| Index: chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| diff --git a/chrome/browser/ui/views/content_setting_bubble_contents.cc b/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| index b9652fa902eb4d2e04e1c2e2420a4b42787ddca9..35631dee35ac5b663c6dea3e8136e9273daf25ff 100644
|
| --- a/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| +++ b/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| @@ -11,7 +11,6 @@
|
|
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/content_settings/host_content_settings_map.h"
|
| -#include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/content_settings/content_setting_bubble_model.h"
|
| #include "chrome/browser/ui/views/browser_dialogs.h"
|
| #include "content/public/browser/notification_source.h"
|
| @@ -97,13 +96,11 @@ gfx::NativeCursor ContentSettingBubbleContents::Favicon::GetCursor(
|
|
|
| ContentSettingBubbleContents::ContentSettingBubbleContents(
|
| ContentSettingBubbleModel* content_setting_bubble_model,
|
| - Profile* profile,
|
| WebContents* web_contents,
|
| views::View* anchor_view,
|
| views::BubbleBorder::ArrowLocation arrow_location)
|
| : BubbleDelegateView(anchor_view, arrow_location),
|
| content_setting_bubble_model_(content_setting_bubble_model),
|
| - profile_(profile),
|
| web_contents_(web_contents),
|
| custom_link_(NULL),
|
| manage_link_(NULL),
|
|
|