| 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<(
|
|
|