| Index: components/omnibox/browser/scored_history_match.h
|
| diff --git a/components/omnibox/browser/scored_history_match.h b/components/omnibox/browser/scored_history_match.h
|
| index 51d18835b9609e9a93d45e40cfa770ff6fec7b67..f9c432acba7659d552338b64889b3a1ec9d37bb0 100644
|
| --- a/components/omnibox/browser/scored_history_match.h
|
| +++ b/components/omnibox/browser/scored_history_match.h
|
| @@ -37,6 +37,9 @@ struct ScoredHistoryMatch : public history::HistoryMatch {
|
| // Required for STL, we don't use this directly.
|
| ScoredHistoryMatch();
|
| ScoredHistoryMatch(const ScoredHistoryMatch& other);
|
| + ScoredHistoryMatch(ScoredHistoryMatch&& other);
|
| + ScoredHistoryMatch& operator=(const ScoredHistoryMatch& other);
|
| + ScoredHistoryMatch& operator=(ScoredHistoryMatch&& other);
|
|
|
| // Initializes the ScoredHistoryMatch with a raw score calculated for the
|
| // history item given in |row| with recent visits as indicated in |visits|. It
|
|
|