| Index: chrome/browser/autocomplete/autocomplete_match.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/autocomplete/autocomplete_match.cc	(revision 159706)
 | 
| +++ chrome/browser/autocomplete/autocomplete_match.cc	(working copy)
 | 
| @@ -144,6 +144,7 @@
 | 
|      "search-other-engine",
 | 
|      "extension-app",
 | 
|      "contact",
 | 
| +    "bookmark-title",
 | 
|    };
 | 
|    COMPILE_ASSERT(arraysize(strings) == NUM_TYPES,
 | 
|                   strings_array_must_match_type_enum);
 | 
| @@ -167,6 +168,7 @@
 | 
|      // ContactProvider isn't used by the omnibox, so this icon is never
 | 
|      // displayed.
 | 
|      IDR_OMNIBOX_SEARCH,
 | 
| +    IDR_OMNIBOX_HTTP,
 | 
|    };
 | 
|    COMPILE_ASSERT(arraysize(icons) == NUM_TYPES,
 | 
|                   icons_array_must_match_type_enum);
 | 
| 
 |