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

Unified Diff: components/content_settings/core/common/content_settings_pattern.cc

Issue 1728033002: components: 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: components/content_settings/core/common/content_settings_pattern.cc
diff --git a/components/content_settings/core/common/content_settings_pattern.cc b/components/content_settings/core/common/content_settings_pattern.cc
index 80ce4d0179e13f66a571391865338aab96a3b0b1..0e91d66dda89619fc008d2cef27919dfafd7cc0c 100644
--- a/components/content_settings/core/common/content_settings_pattern.cc
+++ b/components/content_settings/core/common/content_settings_pattern.cc
@@ -333,6 +333,9 @@ ContentSettingsPattern::PatternParts::PatternParts()
is_port_wildcard(false),
is_path_wildcard(false) {}
+ContentSettingsPattern::PatternParts::PatternParts(const PatternParts& other) =
+ default;
+
ContentSettingsPattern::PatternParts::~PatternParts() {}
// ////////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698