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

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

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.h
diff --git a/components/content_settings/core/common/content_settings_pattern.h b/components/content_settings/core/common/content_settings_pattern.h
index 735012c757a064447551e335238f0d2b2fee8f46..f85c648bfc036aa9ac0261d0aa3cb62ed0d5318f 100644
--- a/components/content_settings/core/common/content_settings_pattern.h
+++ b/components/content_settings/core/common/content_settings_pattern.h
@@ -55,6 +55,7 @@ class ContentSettingsPattern {
struct PatternParts {
PatternParts();
+ PatternParts(const PatternParts& other);
~PatternParts();
// Lowercase string of the URL scheme to match. This string is empty if the

Powered by Google App Engine
This is Rietveld 408576698