| 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..e53de627589d5a62c49006062f2fab022343e1e4 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
|
| @@ -70,6 +70,7 @@ class ContentSettingImageView : public gfx::AnimationDelegate,
|
| // views::View:
|
| gfx::Size GetPreferredSize() const override;
|
| void Layout() override;
|
| + const char* GetClassName() const override;
|
| bool OnMousePressed(const ui::MouseEvent& event) override;
|
| void OnMouseReleased(const ui::MouseEvent& event) override;
|
| void OnGestureEvent(ui::GestureEvent* event) override;
|
|
|