| Index: ash/common/system/user/user_view.cc
|
| diff --git a/ash/common/system/user/user_view.cc b/ash/common/system/user/user_view.cc
|
| index 7595c0decc0ddd248172327649c744ca250ec2ae..947325e7ec1108c40719056c0cb5eba5c5258997 100644
|
| --- a/ash/common/system/user/user_view.cc
|
| +++ b/ash/common/system/user/user_view.cc
|
| @@ -188,7 +188,7 @@ class ActiveUserBorder : public views::Border {
|
| gfx::Rect(
|
| 0, view.height() - kMenuSeparatorVerticalPadding - kSeparatorWidth,
|
| view.width(), kSeparatorWidth),
|
| - kHorizontalSeparatorColor);
|
| + kMenuSeparatorColor);
|
| }
|
|
|
| gfx::Insets GetInsets() const override {
|
|
|