| 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 9cfbd5659a2798a016e726b401fa9957e3fece30..f0ad07d93382a5f6949ef620eea9680b23ddf526 100644
 | 
| --- a/chrome/browser/ui/views/harmony/layout_delegate.h
 | 
| +++ b/chrome/browser/ui/views/harmony/layout_delegate.h
 | 
| @@ -61,6 +61,9 @@ class LayoutDelegate {
 | 
|      UNRELATED_CONTROL_VERTICAL_SPACING,
 | 
|      // Larger vertical spacing between unrelated controls.
 | 
|      UNRELATED_CONTROL_VERTICAL_SPACING_LARGE,
 | 
| +    // Padding to add to vector image buttons to increase their click and touch
 | 
| +    // target size.
 | 
| +    VECTOR_IMAGE_BUTTON_PADDING,
 | 
|    };
 | 
|  
 | 
|    enum class DialogWidth {
 | 
| 
 |