| Index: components/omnibox/browser/omnibox_view.cc
|
| diff --git a/components/omnibox/browser/omnibox_view.cc b/components/omnibox/browser/omnibox_view.cc
|
| index 040058110f8b306908d97da35b543b67dc424af1..f7deb159751effc36d0b3bc4d6e345fff46f9785 100644
|
| --- a/components/omnibox/browser/omnibox_view.cc
|
| +++ b/components/omnibox/browser/omnibox_view.cc
|
| @@ -102,7 +102,7 @@ gfx::VectorIconId OmniboxView::GetVectorIcon(bool invert) const {
|
| gfx::VectorIconId id = AutocompleteMatch::TypeToVectorIcon(
|
| model_ ? model_->CurrentTextType()
|
| : AutocompleteMatchType::URL_WHAT_YOU_TYPED);
|
| - // but use a tweaked version for the HTTP icon.
|
| + // but use a different version for the HTTP icon.
|
| return (id == gfx::VectorIconId::OMNIBOX_HTTP)
|
| ? gfx::VectorIconId::LOCATION_BAR_HTTP
|
| : id;
|
|
|