| Index: chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.h b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| index 5a7783d7ac19ba3a09c83ef37724d409038d6bbd..26c95f7fb3ae7372b105f5ef309f10b472b31dff 100644
|
| --- a/chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| @@ -68,6 +68,7 @@ class ContentSettingImageView : public gfx::AnimationDelegate,
|
| void AnimationCanceled(const gfx::Animation* animation) override;
|
|
|
| // views::View:
|
| + const char* GetClassName() const override;
|
| gfx::Size GetPreferredSize() const override;
|
| void Layout() override;
|
| bool OnMousePressed(const ui::MouseEvent& event) override;
|
|
|