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

Unified Diff: chrome/browser/ui/views/crypto_module_password_dialog_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/crypto_module_password_dialog_view.cc
diff --git a/chrome/browser/ui/views/crypto_module_password_dialog_view.cc b/chrome/browser/ui/views/crypto_module_password_dialog_view.cc
index 736c541f49315592befc43088471c1554b8cd6d9..256c7eaf59a15452510bac47e8e070b83432df55 100644
--- a/chrome/browser/ui/views/crypto_module_password_dialog_view.cc
+++ b/chrome/browser/ui/views/crypto_module_password_dialog_view.cc
@@ -144,8 +144,8 @@ void CryptoModulePasswordDialogView::Init(const std::string& hostname,
layout->StartRow(0, 0);
layout->AddView(reason_label_);
- layout->AddPaddingRow(
- 0, provider->GetDistanceMetric(DISTANCE_UNRELATED_CONTROL_VERTICAL));
+ layout->AddPaddingRow(0, provider->GetDistanceMetric(
+ views::DISTANCE_UNRELATED_CONTROL_VERTICAL));
layout->StartRow(0, 1);
layout->AddView(password_label_);

Powered by Google App Engine
This is Rietveld 408576698