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

Unified Diff: components/url_matcher/url_matcher.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
« no previous file with comments | « components/update_client/update_response.cc ('k') | components/url_matcher/url_matcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/url_matcher/url_matcher.h
diff --git a/components/url_matcher/url_matcher.h b/components/url_matcher/url_matcher.h
index 552f1f3aa1a68299fbcbb4efb2bcadacec7901a5..2e9afe1cacfa4ddc8403a7c6e6cdac301c25f937 100644
--- a/components/url_matcher/url_matcher.h
+++ b/components/url_matcher/url_matcher.h
@@ -253,6 +253,7 @@ class URL_MATCHER_EXPORT URLQueryElementMatcherCondition {
QueryElementType query_element_type,
Type match_type,
URLMatcherConditionFactory* factory);
+ URLQueryElementMatcherCondition(const URLQueryElementMatcherCondition& other);
jochen (gone - plz use gerrit) 2016/02/24 08:10:49 i wonder whether this class should rather be DISAL
vmpstr 2016/02/25 00:20:38 It's being copied over here: https://code.google.c
~URLQueryElementMatcherCondition();
bool operator<(const URLQueryElementMatcherCondition& rhs) const;
« no previous file with comments | « components/update_client/update_response.cc ('k') | components/url_matcher/url_matcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698