| Index: components/omnibox/browser/scored_history_match.cc
|
| diff --git a/components/omnibox/browser/scored_history_match.cc b/components/omnibox/browser/scored_history_match.cc
|
| index 05c88dcd7507046242788a158ee3a090f410c84b..502ed5810939be6ecab23c63efdd40f0dffa854f 100644
|
| --- a/components/omnibox/browser/scored_history_match.cc
|
| +++ b/components/omnibox/browser/scored_history_match.cc
|
| @@ -330,6 +330,9 @@ ScoredHistoryMatch::ScoredHistoryMatch(
|
| url_matches = ReplaceOffsetsInTermMatches(url_matches, offsets);
|
| }
|
|
|
| +ScoredHistoryMatch::ScoredHistoryMatch(const ScoredHistoryMatch& other) =
|
| + default;
|
| +
|
| ScoredHistoryMatch::~ScoredHistoryMatch() {
|
| }
|
|
|
|
|