| Index: components/omnibox/browser/autocomplete_match.cc
|
| diff --git a/components/omnibox/browser/autocomplete_match.cc b/components/omnibox/browser/autocomplete_match.cc
|
| index 138575c3cdfbceec0c41919ca22d0d68e2b6f38a..0af5bf32af2768339ac009903064a7be93348d6d 100644
|
| --- a/components/omnibox/browser/autocomplete_match.cc
|
| +++ b/components/omnibox/browser/autocomplete_match.cc
|
| @@ -226,7 +226,7 @@ int AutocompleteMatch::TypeToIcon(Type type) {
|
|
|
| // static
|
| gfx::VectorIconId AutocompleteMatch::TypeToVectorIcon(Type type) {
|
| -#if !defined(OS_ANDROID) && !defined(OS_MACOSX) && !defined(OS_IOS)
|
| +#if !defined(OS_ANDROID) && !defined(OS_IOS)
|
| static const gfx::VectorIconId kIcons[] = {
|
| gfx::VectorIconId::OMNIBOX_HTTP, // URL_WHAT_YOU_TYPE
|
| gfx::VectorIconId::OMNIBOX_HTTP, // HISTORY_URL
|
|
|