| Index: chrome/browser/ui/views/harmony/layout_delegate.h
|
| diff --git a/chrome/browser/ui/views/harmony/layout_delegate.h b/chrome/browser/ui/views/harmony/layout_delegate.h
|
| index c20092fd3dded96ce7fe4d6273138d7409aaac23..dbf2603bbb8d74af2ee1261c039cb1bd9bd3db43 100644
|
| --- a/chrome/browser/ui/views/harmony/layout_delegate.h
|
| +++ b/chrome/browser/ui/views/harmony/layout_delegate.h
|
| @@ -32,6 +32,8 @@ class LayoutDelegate {
|
| BUTTON_VEDGE_MARGIN_NEW,
|
| // Indent of checkboxes relative to related text.
|
| CHECKBOX_INDENT,
|
| + // Horizontal spacing between a control and its label.
|
| + ITEM_LABEL_SPACING,
|
| };
|
|
|
| enum class DialogWidthType {
|
|
|