| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| index 71d58816851f76b571b39da2b630c5dabf07ae57..6e7ee55c94bae88f9ec7518d397a25c3c7c55028 100644
|
| --- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| @@ -31,6 +31,8 @@ class Painter;
|
| // tab-to-search UI, and content settings.
|
| class IconLabelBubbleView : public views::InkDropHostView {
|
| public:
|
| + static constexpr int kTrailingPaddingPreMd = 2;
|
| +
|
| IconLabelBubbleView(int contained_image,
|
| const gfx::FontList& font_list,
|
| SkColor parent_background_color,
|
|
|