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

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.cc

Issue 2934503002: Remove references to ui/views/layout/layout_constants.h (Closed)
Patch Set: Created 3 years, 6 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/login_view.cc ('k') | chrome/browser/ui/views/sad_tab_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/profiles/profile_chooser_view.cc
diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
index f68f6d6da399ccdec7a51c85ae8e11770abfc73a..ecb3c0fc132158255470e2dc19172817176b8255 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
@@ -1508,7 +1508,7 @@ views::View* ProfileChooserView::CreateAccountRemovalView() {
bool is_primary_account = primary_account == account_id_to_remove_;
const int unrelated_vertical_spacing =
- provider->GetDistanceMetric(DISTANCE_UNRELATED_CONTROL_VERTICAL);
+ provider->GetDistanceMetric(views::DISTANCE_UNRELATED_CONTROL_VERTICAL);
// Adds main text.
layout->StartRowWithPadding(1, 0, 0, unrelated_vertical_spacing);
@@ -1575,7 +1575,7 @@ views::View* ProfileChooserView::CreateSwitchUserView() {
columns->AddPaddingColumn(0, dialog_insets.right());
const int unrelated_vertical_spacing =
- provider->GetDistanceMetric(DISTANCE_UNRELATED_CONTROL_VERTICAL);
+ provider->GetDistanceMetric(views::DISTANCE_UNRELATED_CONTROL_VERTICAL);
// Adds main text.
layout->StartRowWithPadding(1, 1, 0, unrelated_vertical_spacing);
« no previous file with comments | « chrome/browser/ui/views/login_view.cc ('k') | chrome/browser/ui/views/sad_tab_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698