| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| index 3059f4b70121d321b3e38349c94376fd23cfec02..303275f1fb7a27d9b2a3796944f9f97a1cbf87c4 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| @@ -676,7 +676,7 @@ NSImage* LocationBarViewMac::GetKeywordImage(const base::string16& keyword) {
|
| SkColor icon_color = IsLocationBarDark() ? kMaterialDarkVectorIconColor
|
| : gfx::kGoogleBlue700;
|
| return NSImageFromImageSkiaWithColorSpace(
|
| - gfx::CreateVectorIcon(gfx::VectorIconId::OMNIBOX_SEARCH,
|
| + gfx::CreateVectorIcon(gfx::VectorIconId::SEARCH,
|
| kDefaultIconSize, icon_color),
|
| base::mac::GetSRGBColorSpace());
|
| }
|
|
|