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