| Index: chrome/browser/ui/views/harmony/layout_delegate.cc
|
| diff --git a/chrome/browser/ui/views/harmony/layout_delegate.cc b/chrome/browser/ui/views/harmony/layout_delegate.cc
|
| index 325d9499581b10d59d3cd85f76068cd819c74ee1..8b57e7b814f9b9acce53afae1abf987546bbe89d 100644
|
| --- a/chrome/browser/ui/views/harmony/layout_delegate.cc
|
| +++ b/chrome/browser/ui/views/harmony/layout_delegate.cc
|
| @@ -45,7 +45,7 @@ int LayoutDelegate::GetLayoutDistance(LayoutDistanceType type) const {
|
|
|
| views::GridLayout::Alignment LayoutDelegate::GetControlLabelGridAlignment()
|
| const {
|
| - return views::kControlLabelGridAlignment;
|
| + return views::GridLayout::TRAILING;
|
| }
|
|
|
| bool LayoutDelegate::UseExtraDialogPadding() const {
|
|
|