| Index: chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| index 49371f148bcd81a2e781445bf97ace6a21bb4fbd..615c8593fa745a0821cebe4ed076560715985962 100644
|
| --- a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc
|
| @@ -58,6 +58,7 @@ ContentSettingImageView::ContentSettingImageView(
|
| text_size_(0),
|
| visible_text_size_(0) {
|
| SetHorizontalAlignment(ImageView::LEADING);
|
| + TouchableLocationBarViewBase::Init();
|
| }
|
|
|
| ContentSettingImageView::~ContentSettingImageView() {
|
|
|