| Index: ash/common/system/tray/system_tray_bubble.cc
|
| diff --git a/ash/common/system/tray/system_tray_bubble.cc b/ash/common/system/tray/system_tray_bubble.cc
|
| index c7c938d7c817db05639b47e2432b49dcf3cbe6ad..090a34cdbeeea375ad90579eb284b84d325e0dd9 100644
|
| --- a/ash/common/system/tray/system_tray_bubble.cc
|
| +++ b/ash/common/system/tray/system_tray_bubble.cc
|
| @@ -350,8 +350,8 @@ void SystemTrayBubble::CreateItemViews(LoginStatus login_status) {
|
| const int last_item_with_border =
|
| static_cast<int>(item_containers.size()) - 2;
|
| for (int i = 0; i < last_item_with_border; ++i) {
|
| - item_containers.at(i)->SetBorder(views::Border::CreateSolidSidedBorder(
|
| - 0, 0, 1, 0, kBorderLightColor));
|
| + item_containers.at(i)->SetBorder(
|
| + views::CreateSolidSidedBorder(0, 0, 1, 0, kBorderLightColor));
|
| }
|
| }
|
| }
|
|
|