| 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 b94f186801e9d7dfbbc3a0eeb1a7936bed92c811..851ce4cfacb1dbf4d294ad25e874dd253848b877 100644
|
| --- a/ash/common/system/user/user_view.cc
|
| +++ b/ash/common/system/user/user_view.cc
|
| @@ -302,7 +302,7 @@ class ActiveUserBorder : public views::Border {
|
| gfx::Rect(
|
| 0, view.height() - kMenuSeparatorVerticalPadding - kSeparatorWidth,
|
| view.width(), kSeparatorWidth),
|
| - kHorizontalSeparatorColor);
|
| + kMenuSeparatorColor);
|
| }
|
|
|
| gfx::Insets GetInsets() const override {
|
|
|