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 7d66b9114c72af4e3ab8791075c23eb2d26cbaba..ed605afde15215dafb1d4ccd7d939e97c1525698 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 |
@@ -72,7 +72,7 @@ class ContentSettingImageView : public IconLabelBubbleView, |
bool ShouldShowBackground() const override; |
double WidthMultiplier() const override; |
bool IsShrinking() const override; |
- bool OnActivate() override; |
+ bool OnActivate(const ui::Event* event) override; |
// gfx::AnimationDelegate: |
void AnimationEnded(const gfx::Animation* animation) override; |