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

Unified Diff: chrome/browser/ui/views/login_view.cc

Issue 2666043002: Try to rename LayoutDistanceType enum values for clarity and consistency. (Closed)
Patch Set: Fix comment Created 3 years, 11 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
« no previous file with comments | « chrome/browser/ui/views/layout_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/login_view.cc
diff --git a/chrome/browser/ui/views/login_view.cc b/chrome/browser/ui/views/login_view.cc
index 04d7ccb922dfefcaa74d1891cfb2c830ecbbceee..5244df29512755822cd6346e53af7b4cd137fdf3 100644
--- a/chrome/browser/ui/views/login_view.cc
+++ b/chrome/browser/ui/views/login_view.cc
@@ -82,7 +82,7 @@ LoginView::LoginView(const base::string16& authority,
layout->AddPaddingRow(0, layout_delegate->GetLayoutDistance(
LayoutDelegate::LayoutDistanceType::
- UNRELATED_CONTROL_LARGE_VERTICAL_SPACING));
+ UNRELATED_CONTROL_VERTICAL_SPACING_LARGE));
layout->StartRow(0, labels_column_set_id);
layout->AddView(username_label_);
« no previous file with comments | « chrome/browser/ui/views/layout_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698