| Index: chrome/browser/ui/views/uninstall_view.cc
|
| diff --git a/chrome/browser/ui/views/uninstall_view.cc b/chrome/browser/ui/views/uninstall_view.cc
|
| index 861776d380e56962a8efaa83365b9d7bacec00b0..5569240bbe120e8d6a52bc2b0eeb162edd4bd790 100644
|
| --- a/chrome/browser/ui/views/uninstall_view.cc
|
| +++ b/chrome/browser/ui/views/uninstall_view.cc
|
| @@ -62,8 +62,8 @@ void UninstallView::SetupControls() {
|
|
|
| const int checkbox_indent = provider->GetDistanceMetric(
|
| DISTANCE_SUBSECTION_HORIZONTAL_INDENT);
|
| - const int unrelated_vertical_spacing = provider->GetDistanceMetric(
|
| - DISTANCE_UNRELATED_CONTROL_VERTICAL);
|
| + const int unrelated_vertical_spacing =
|
| + provider->GetDistanceMetric(views::DISTANCE_UNRELATED_CONTROL_VERTICAL);
|
| const int related_vertical_spacing = provider->GetDistanceMetric(
|
| views::DISTANCE_RELATED_CONTROL_VERTICAL);
|
| const int related_horizontal_spacing = provider->GetDistanceMetric(
|
|
|