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

Unified Diff: components/url_matcher/url_matcher.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/url_matcher/url_matcher.cc
diff --git a/components/url_matcher/url_matcher.cc b/components/url_matcher/url_matcher.cc
index 5281c9ff03a6760644506a1d42d99251d53c93af..f12632236c3abe06820686a8fd9b4a1c2669e3a7 100644
--- a/components/url_matcher/url_matcher.cc
+++ b/components/url_matcher/url_matcher.cc
@@ -619,6 +619,9 @@ URLQueryElementMatcherCondition::URLQueryElementMatcherCondition(
value_length_ = value_.length();
}
+URLQueryElementMatcherCondition::URLQueryElementMatcherCondition(
+ const URLQueryElementMatcherCondition& other) = default;
+
URLQueryElementMatcherCondition::~URLQueryElementMatcherCondition() {}
bool URLQueryElementMatcherCondition::operator<(
« components/url_matcher/url_matcher.h ('K') | « components/url_matcher/url_matcher.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698