Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2205)

Unified Diff: ash/common/system/user/user_view.cc

Issue 2675983003: views::Separator cleanup. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698