| 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 809f1a3465f41f8f79a4221db7cebfe432268808..d4c70c7121cd7e5b8e14a1e024afc4cf36ce5a0f 100644
|
| --- a/chrome/browser/ui/content_settings/content_setting_bubble_model.cc
|
| +++ b/chrome/browser/ui/content_settings/content_setting_bubble_model.cc
|
| @@ -352,7 +352,7 @@ void ContentSettingSingleRadioGroup::SetRadioGroup() {
|
| radio_group.radio_items.push_back(radio_block_label);
|
| HostContentSettingsMap* map = profile()->GetHostContentSettingsMap();
|
| CookieSettings* cookie_settings =
|
| - CookieSettings::Factory::GetForProfile(profile());
|
| + CookieSettings::Factory::GetForProfile(profile()).get();
|
| ContentSetting most_restrictive_setting;
|
| SettingSource most_restrictive_setting_source = SETTING_SOURCE_NONE;
|
|
|
|
|