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 80a6dcedaf8a4f5d589fb6495a05bb6fd48328dd..f9c3f8cfd91f42fe9253a3374b765ad8c3a26d3f 100644 |
--- a/chrome/browser/ui/views/harmony/layout_delegate.cc |
+++ b/chrome/browser/ui/views/harmony/layout_delegate.cc |
@@ -42,6 +42,8 @@ int LayoutDelegate::GetLayoutDistance(LayoutDistanceType type) const { |
return views::kButtonHEdgeMarginNew; |
case LayoutDistanceType::CHECKBOX_INDENT: |
return views::kCheckboxIndent; |
+ case LayoutDistanceType::ITEM_LABEL_SPACING: |
+ return views::kItemLabelSpacing; |
} |
NOTREACHED(); |
return 0; |