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

Unified Diff: components/content_settings/core/browser/content_settings_rule.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/browser/content_settings_rule.cc
diff --git a/components/content_settings/core/browser/content_settings_rule.cc b/components/content_settings/core/browser/content_settings_rule.cc
index 470c563b09b6fd81674ccd6c07ad2827adbc83c9..2576a3916048c4fe98ec2a82d06b7f943bdfda41 100644
--- a/components/content_settings/core/browser/content_settings_rule.cc
+++ b/components/content_settings/core/browser/content_settings_rule.cc
@@ -19,6 +19,8 @@ Rule::Rule(
DCHECK(value);
}
+Rule::Rule(const Rule& other) = default;
+
Rule::~Rule() {}
RuleIterator::~RuleIterator() {}

Powered by Google App Engine
This is Rietveld 408576698