| Index: chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc
|
| diff --git a/chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc b/chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc
|
| index 21f583438f4030e8d5b64f78e29f98941ef4c0e8..b8cff76c4d7ed4d0e3aeaa9354a93ba34a69ec56 100644
|
| --- a/chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc
|
| +++ b/chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc
|
| @@ -172,8 +172,10 @@ ExtensionUninstallDialogDelegateView::ExtensionUninstallDialogDelegateView(
|
| ChromeLayoutProvider* provider = ChromeLayoutProvider::Get();
|
| SetLayoutManager(new views::BoxLayout(
|
| views::BoxLayout::kHorizontal,
|
| - provider->GetDistanceMetric(DISTANCE_DIALOG_BUTTON_MARGIN),
|
| - provider->GetDistanceMetric(DISTANCE_PANEL_CONTENT_MARGIN),
|
| + provider->GetDistanceMetric(
|
| + views::DISTANCE_DIALOG_CONTENTS_HORIZONTAL_MARGIN),
|
| + provider->GetDistanceMetric(
|
| + views::DISTANCE_DIALOG_CONTENTS_VERTICAL_MARGIN),
|
| provider->GetDistanceMetric(views::DISTANCE_RELATED_CONTROL_HORIZONTAL)));
|
|
|
| icon_ = new views::ImageView();
|
|
|