Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: chrome/browser/ui/content_settings/content_setting_bubble_model.h

Issue 1731483003: chrome: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698