| 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_);
|
|
|