| Index: chrome/browser/ui/views/profile_reset_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/profile_reset_bubble_view.cc b/chrome/browser/ui/views/profile_reset_bubble_view.cc
|
| index cf7c2ff251900adfe0501790000dce36f625a4fa..4e2ae64992c6d521ee701a2a6b509738f1c2c4dc 100644
|
| --- a/chrome/browser/ui/views/profile_reset_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/profile_reset_bubble_view.cc
|
| @@ -260,7 +260,7 @@ void ProfileResetBubbleView::SetupLayoutManager(bool report_checked) {
|
| views::Background::CreateSolidBackground(kLightGrayBackgroundColor));
|
| // Have a smaller margin on the right, to have the |controls_.help_button|
|
| // closer to the edge.
|
| - controls_.report_settings_checkbox->set_border(
|
| + controls_.report_settings_checkbox->SetBorder(
|
| views::Border::CreateSolidSidedBorder(
|
| kMarginWidth, kMarginWidth, kMarginWidth, kMarginWidth / 2,
|
| kLightGrayBackgroundColor));
|
|
|