| Index: chrome/browser/ui/content_settings/content_setting_bubble_model.cc
|
| diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model.cc b/chrome/browser/ui/content_settings/content_setting_bubble_model.cc
|
| index bda976a3b82b7b9297bca531f39ee537354d8152..a5eb19630c15386ac514e41db9e487188997291d 100644
|
| --- a/chrome/browser/ui/content_settings/content_setting_bubble_model.cc
|
| +++ b/chrome/browser/ui/content_settings/content_setting_bubble_model.cc
|
| @@ -331,7 +331,7 @@ class ContentSettingCookiesBubbleModel : public ContentSettingSingleRadioGroup {
|
| chrome::NOTIFICATION_COLLECTED_COOKIES_SHOWN,
|
| Source<TabSpecificContentSettings>(tab_contents()->content_settings()),
|
| NotificationService::NoDetails());
|
| - browser()->ShowCollectedCookiesDialog(tab_contents()->tab_contents());
|
| + browser()->ShowCollectedCookiesDialog(tab_contents());
|
| }
|
| };
|
|
|
|
|