| 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 271efa4e07ab2597f02bf4dcd00f5f55a8a00e5d..c44be1b859ec9c2d8cf323a78880acdb14b9253e 100644
|
| --- a/chrome/browser/ui/content_settings/content_setting_bubble_model.h
|
| +++ b/chrome/browser/ui/content_settings/content_setting_bubble_model.h
|
| @@ -19,7 +19,8 @@
|
|
|
| class ContentSettingBubbleModelDelegate;
|
| class Profile;
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| // This model provides data for ContentSettingBubble, and also controls
|
| // the action triggered when the allow / block radio buttons are triggered.
|
|
|