| Index: components/query_parser/snippet.h
|
| diff --git a/components/query_parser/snippet.h b/components/query_parser/snippet.h
|
| index b217901f985b73872cbbebb3e9491977d1a5b0fd..ed6a887cb8f453cdb97ac586a60eaddc2ee6728e 100644
|
| --- a/components/query_parser/snippet.h
|
| +++ b/components/query_parser/snippet.h
|
| @@ -47,6 +47,7 @@ class Snippet {
|
| Snippet::MatchPositions* match_positions);
|
|
|
| Snippet();
|
| + Snippet(const Snippet& other);
|
| ~Snippet();
|
|
|
| // Given |matches|, the match positions within |document|, compute the snippet
|
|
|