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

Unified Diff: chrome/browser/ui/views/login_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
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 f77b16a16576e02cf14a24d34c7f80cc18627730..6fdea248b48bfa389c903e6f54c74e295fc1da52 100644
--- a/chrome/browser/ui/views/login_view.cc
+++ b/chrome/browser/ui/views/login_view.cc
@@ -93,8 +93,8 @@ LoginView::LoginView(const base::string16& authority,
layout->AddView(password_field_);
if (provider->UseExtraDialogPadding()) {
- layout->AddPaddingRow(
- 0, provider->GetDistanceMetric(DISTANCE_UNRELATED_CONTROL_VERTICAL));
+ layout->AddPaddingRow(0, provider->GetDistanceMetric(
+ views::DISTANCE_UNRELATED_CONTROL_VERTICAL));
}
if (login_model_data) {
« no previous file with comments | « chrome/browser/ui/views/harmony/harmony_layout_provider.cc ('k') | chrome/browser/ui/views/profiles/profile_chooser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698