diff options
Diffstat (limited to 'chrome/browser/views/content_blocked_bubble_contents.h')
-rw-r--r-- | chrome/browser/views/content_blocked_bubble_contents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/content_blocked_bubble_contents.h b/chrome/browser/views/content_blocked_bubble_contents.h index 8e4c5810..ad4511c 100644 --- a/chrome/browser/views/content_blocked_bubble_contents.h +++ b/chrome/browser/views/content_blocked_bubble_contents.h @@ -89,7 +89,7 @@ class ContentSettingBubbleContents : public views::View, // message. PopupLinks popup_links_; typedef std::vector<views::RadioButton*> RadioGroup; - std::vector<RadioGroup> radio_groups_; + RadioGroup radio_group_; views::NativeButton* close_button_; views::Link* manage_link_; views::Link* clear_link_; |