Chromium Code Reviews| 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; |