| Index: chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| diff --git a/chrome/browser/ui/views/content_setting_bubble_contents.cc b/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| index 6e285305c24bf5341f729210509b8e18ba502424..b8c68f2d6623ccfa3caf7554b80fcfb91f0026a0 100644
|
| --- a/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| +++ b/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| @@ -420,8 +420,8 @@ void ContentSettingBubbleContents::Init() {
|
| if (!layout_delegate->IsHarmonyMode()) {
|
| layout->AddPaddingRow(0, related_control_vertical_spacing);
|
| layout->StartRow(0, kSingleColumnSetId);
|
| - layout->AddView(new views::Separator(views::Separator::HORIZONTAL), 1, 1,
|
| - GridLayout::FILL, GridLayout::FILL);
|
| + layout->AddView(new views::Separator(), 1, 1, GridLayout::FILL,
|
| + GridLayout::FILL);
|
| }
|
| layout->AddPaddingRow(0, related_control_vertical_spacing);
|
| }
|
|
|