| Index: ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| diff --git a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| index ea39c3fdd5680de9fcaf491195ad164258ac709d..853864efab986374693babfb56e97b6181f58cda 100644
|
| --- a/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| +++ b/ash/common/system/chromeos/bluetooth/tray_bluetooth.cc
|
| @@ -167,7 +167,7 @@ class BluetoothDefaultView : public TrayItemMore {
|
| SetImage(gfx::CreateVectorIcon(delegate->GetBluetoothEnabled()
|
| ? kSystemMenuBluetoothIcon
|
| : kSystemMenuBluetoothDisabledIcon,
|
| - style->GetForegroundColor()));
|
| + style->GetIconColor()));
|
| }
|
|
|
| private:
|
|
|