Index: ash/common/system/chromeos/tray_caps_lock.cc |
diff --git a/ash/common/system/chromeos/tray_caps_lock.cc b/ash/common/system/chromeos/tray_caps_lock.cc |
index a68b04eab79b2480230992a257d97dceb23f0b4a..c95661d3d774b63f6555cb31db91b8b4e6c5a1d0 100644 |
--- a/ash/common/system/chromeos/tray_caps_lock.cc |
+++ b/ash/common/system/chromeos/tray_caps_lock.cc |
@@ -48,8 +48,8 @@ class CapsLockDefaultView : public ActionableView { |
FixedSizedImageView* image = |
new FixedSizedImageView(0, GetTrayConstant(TRAY_POPUP_ITEM_HEIGHT)); |
if (MaterialDesignController::UseMaterialDesignSystemIcons()) { |
- image->SetImage(CreateVectorIcon(gfx::VectorIconId::SYSTEM_MENU_CAPS_LOCK, |
- kMenuIconSize, kMenuIconColor)); |
+ image->SetImage(gfx::CreateVectorIcon( |
+ gfx::VectorIconId::SYSTEM_MENU_CAPS_LOCK, kMenuIconColor)); |
} else { |
ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance(); |
image->SetImage(bundle.GetImageNamed(IDR_AURA_UBER_TRAY_CAPS_LOCK_DARK) |