| Index: components/infobars/core/infobar_delegate.cc
|
| diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
|
| index c5c67c1d3376a79e9948d04b335520e57e11ea75..384a96f4426bbd10f6a68022d508e7d0649b0a9c 100644
|
| --- a/components/infobars/core/infobar_delegate.cc
|
| +++ b/components/infobars/core/infobar_delegate.cc
|
| @@ -46,7 +46,7 @@ gfx::Image InfoBarDelegate::GetIcon() const {
|
| if (ui::MaterialDesignController::IsModeMaterial()) {
|
| gfx::VectorIconId vector_id = GetVectorIconId();
|
| if (vector_id != gfx::VectorIconId::VECTOR_ICON_NONE) {
|
| - return gfx::Image(gfx::CreateVectorIcon(vector_id, 18,
|
| + return gfx::Image(gfx::CreateVectorIcon(vector_id, 16,
|
| GetInfoBarType() == WARNING_TYPE
|
| ? SkColorSetRGB(0xFF, 0x67, 0)
|
| : gfx::kGoogleBlue500));
|
|
|