| Index: ui/views/layout/layout_constants.h
|
| diff --git a/ui/views/layout/layout_constants.h b/ui/views/layout/layout_constants.h
|
| index de062dd8aad96e324f166e90eff92aea55e41c2e..2694d9c916b6f8eb32a69c50088d545c279c8213 100644
|
| --- a/ui/views/layout/layout_constants.h
|
| +++ b/ui/views/layout/layout_constants.h
|
| @@ -81,11 +81,7 @@ const int kCheckboxIndent = 10;
|
| const int kItemLabelSpacing = 10;
|
|
|
| // Horizontal alignment used for a control's introductory label in a GridLayout.
|
| -#if defined(OS_MACOSX)
|
| -const GridLayout::Alignment kControlLabelGridAlignment = GridLayout::TRAILING;
|
| -#else
|
| const GridLayout::Alignment kControlLabelGridAlignment = GridLayout::LEADING;
|
| -#endif
|
|
|
| } // namespace views
|
|
|
|
|