| Index: components/bookmarks/browser/bookmark_match.h
|
| diff --git a/components/bookmarks/browser/bookmark_match.h b/components/bookmarks/browser/bookmark_match.h
|
| index fdba5ed63202e8a8dd154aef2e417fd29b5d3b05..ce658939ca847345adc5ea6eb363870c24778087 100644
|
| --- a/components/bookmarks/browser/bookmark_match.h
|
| +++ b/components/bookmarks/browser/bookmark_match.h
|
| @@ -22,6 +22,7 @@ struct BookmarkMatch {
|
| typedef std::vector<MatchPosition> MatchPositions;
|
|
|
| BookmarkMatch();
|
| + BookmarkMatch(const BookmarkMatch& other);
|
| ~BookmarkMatch();
|
|
|
| // Extracts and returns the offsets from |match_positions|.
|
|
|