| Index: components/omnibox/browser/in_memory_url_index_types.cc
|
| diff --git a/components/omnibox/browser/in_memory_url_index_types.cc b/components/omnibox/browser/in_memory_url_index_types.cc
|
| index 6215e41ed12cbc71be077971d5c28f26a7f1f725..617c2d715dd6ed3be69a80a8cfd59660440c2b6f 100644
|
| --- a/components/omnibox/browser/in_memory_url_index_types.cc
|
| +++ b/components/omnibox/browser/in_memory_url_index_types.cc
|
| @@ -156,11 +156,14 @@ Char16Set Char16SetFromString16(const base::string16& term) {
|
| // HistoryInfoMapValue ---------------------------------------------------------
|
|
|
| HistoryInfoMapValue::HistoryInfoMapValue() {}
|
| +HistoryInfoMapValue::HistoryInfoMapValue(const HistoryInfoMapValue& other) =
|
| + default;
|
| HistoryInfoMapValue::~HistoryInfoMapValue() {}
|
|
|
| // RowWordStarts ---------------------------------------------------------------
|
|
|
| RowWordStarts::RowWordStarts() {}
|
| +RowWordStarts::RowWordStarts(const RowWordStarts& other) = default;
|
| RowWordStarts::~RowWordStarts() {}
|
|
|
| void RowWordStarts::Clear() {
|
|
|