| Index: chrome/browser/autocomplete/autocomplete_match.h
|
| diff --git a/chrome/browser/autocomplete/autocomplete_match.h b/chrome/browser/autocomplete/autocomplete_match.h
|
| index d544f01fee3137f109780fe574f5eeb91ff6c7e3..6c8c90a147bd22e381e7ae5a8f02f765c148204d 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_match.h
|
| +++ b/chrome/browser/autocomplete/autocomplete_match.h
|
| @@ -89,6 +89,7 @@ struct AutocompleteMatch {
|
| SEARCH_OTHER_ENGINE, // A search with a non-default engine.
|
| EXTENSION_APP, // An Extension App with a title/url that contains
|
| // the input.
|
| + CONTACT, // One of the user's contacts.
|
| NUM_TYPES,
|
| };
|
|
|
|
|