| Index: ash/system/chromeos/rotation/tray_rotation_lock.cc
|
| diff --git a/ash/system/chromeos/rotation/tray_rotation_lock.cc b/ash/system/chromeos/rotation/tray_rotation_lock.cc
|
| index 9fbeb79bb90816653382bc3eb9886a8ab1b10068..c4fe50ead358d7eb8f33c7ba168fbd50bf4f5f47 100644
|
| --- a/ash/system/chromeos/rotation/tray_rotation_lock.cc
|
| +++ b/ash/system/chromeos/rotation/tray_rotation_lock.cc
|
| @@ -94,7 +94,7 @@ void RotationLockDefaultView::UpdateImage() {
|
| SetImage(gfx::CreateVectorIcon(rotation_locked
|
| ? kSystemMenuRotationLockLockedIcon
|
| : kSystemMenuRotationLockAutoIcon,
|
| - kMenuIconSize, style->GetForegroundColor()));
|
| + kMenuIconSize, style->GetIconColor()));
|
| } else {
|
| ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance();
|
| const int resource_id = rotation_locked
|
|
|