Chromium Code Reviews| Index: components/query_parser/snippet.cc |
| diff --git a/components/query_parser/snippet.cc b/components/query_parser/snippet.cc |
| index b4840c61dfac4190aa5ffab67f3c7a1f33b740d7..f704409cdc5d311d89903d97245915c1ab44b51f 100644 |
| --- a/components/query_parser/snippet.cc |
| +++ b/components/query_parser/snippet.cc |
| @@ -208,6 +208,8 @@ void Snippet::ConvertMatchPositionsToWide( |
| Snippet::Snippet() { |
| } |
| +Snippet::Snippet(const Snippet& other) = default; |
| + |
| Snippet::~Snippet() { |
| } |