| Index: ash/common/system/tray/tray_item_more.cc
|
| diff --git a/ash/common/system/tray/tray_item_more.cc b/ash/common/system/tray/tray_item_more.cc
|
| index 4635f622f6fd2a2d4c1c451f92eca30046a28790..3964b791ba7cd539b59df36a30a5b1947bfd3b07 100644
|
| --- a/ash/common/system/tray/tray_item_more.cc
|
| +++ b/ash/common/system/tray/tray_item_more.cc
|
| @@ -87,7 +87,7 @@ void TrayItemMore::UpdateStyle() {
|
|
|
| if (more_) {
|
| more_->SetImage(gfx::CreateVectorIcon(kSystemMenuArrowRightIcon,
|
| - style->GetForegroundColor()));
|
| + style->GetIconColor()));
|
| }
|
| }
|
|
|
|
|