| Index: chrome/browser/ui/content_settings/content_setting_bubble_model.h
|
| diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model.h b/chrome/browser/ui/content_settings/content_setting_bubble_model.h
|
| index eabc97b4bdbcd2f1a44b422e92947418f7a61054..78517ce01421f47af94dac34369fecde292a6f0d 100644
|
| --- a/chrome/browser/ui/content_settings/content_setting_bubble_model.h
|
| +++ b/chrome/browser/ui/content_settings/content_setting_bubble_model.h
|
| @@ -17,7 +17,7 @@
|
| #include "googleurl/src/gurl.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| -class Browser;
|
| +class ContentSettingBubbleModelDelegate;
|
| class Profile;
|
| class TabContentsWrapper;
|
|
|
| @@ -27,8 +27,10 @@ class ContentSettingBubbleModel : public content::NotificationObserver {
|
| public:
|
| virtual ~ContentSettingBubbleModel();
|
|
|
| + typedef ContentSettingBubbleModelDelegate Delegate;
|
| +
|
| static ContentSettingBubbleModel* CreateContentSettingBubbleModel(
|
| - Browser* browser,
|
| + Delegate* delegate,
|
| TabContentsWrapper* tab_contents,
|
| Profile* profile,
|
| ContentSettingsType content_type);
|
|
|