| 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 07b1aaea1f4f4fa3836c772387e57862d0e8d54e..93c1d624c13b1eb467aa5144175e30ff67acb917 100644
|
| --- a/chrome/browser/ui/content_settings/content_setting_bubble_model.h
|
| +++ b/chrome/browser/ui/content_settings/content_setting_bubble_model.h
|
| @@ -83,6 +83,7 @@ class ContentSettingBubbleModel : public content::NotificationObserver {
|
|
|
| struct DomainList {
|
| DomainList();
|
| + DomainList(const DomainList& other);
|
| ~DomainList();
|
|
|
| std::string title;
|
| @@ -91,6 +92,7 @@ class ContentSettingBubbleModel : public content::NotificationObserver {
|
|
|
| struct MediaMenu {
|
| MediaMenu();
|
| + MediaMenu(const MediaMenu& other);
|
| ~MediaMenu();
|
|
|
| std::string label;
|
|
|