| Index: chrome/browser/ui/views/content_setting_bubble_contents.h
|
| diff --git a/chrome/browser/ui/views/content_setting_bubble_contents.h b/chrome/browser/ui/views/content_setting_bubble_contents.h
|
| index 30ad088580634e4e7b831cd3033237e6d199e86a..62968a464e258115e27df4b010678d2274e72dfc 100644
|
| --- a/chrome/browser/ui/views/content_setting_bubble_contents.h
|
| +++ b/chrome/browser/ui/views/content_setting_bubble_contents.h
|
| @@ -68,7 +68,7 @@ class ContentSettingBubbleContents : public content::WebContentsObserver,
|
| class Favicon;
|
| struct MediaMenuParts;
|
|
|
| - typedef std::map<views::Link*, int> PopupLinks;
|
| + typedef std::map<views::Link*, int> ListItemLinks;
|
| typedef std::map<views::MenuButton*, MediaMenuParts*> MediaMenuPartsMap;
|
|
|
| // content::WebContentsObserver:
|
| @@ -97,7 +97,7 @@ class ContentSettingBubbleContents : public content::WebContentsObserver,
|
|
|
| // Some of our controls, so we can tell what's been clicked when we get a
|
| // message.
|
| - PopupLinks popup_links_;
|
| + ListItemLinks list_item_links_;
|
| typedef std::vector<views::RadioButton*> RadioGroup;
|
| RadioGroup radio_group_;
|
| views::Link* custom_link_;
|
|
|