| Index: chrome/common/autocomplete_match_type.cc
|
| diff --git a/chrome/common/autocomplete_match_type.cc b/chrome/common/autocomplete_match_type.cc
|
| index bf3da0f637d64e8336d9390927a443cead0e0338..9e844f6d11c37a546454dc3b8e3ddd0f2e3cf861 100644
|
| --- a/chrome/common/autocomplete_match_type.cc
|
| +++ b/chrome/common/autocomplete_match_type.cc
|
| @@ -22,6 +22,8 @@ std::string AutocompleteMatchType::ToString(AutocompleteMatchType::Type type) {
|
| "extension-app",
|
| "contact",
|
| "bookmark-title",
|
| + "search-suggest-entity",
|
| + "search-suggest-infinite"
|
| };
|
| COMPILE_ASSERT(arraysize(strings) == AutocompleteMatchType::NUM_TYPES,
|
| strings_array_must_match_type_enum);
|
|
|