| 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..7f8f33adc35853c4087318806f78bf40d22cce42 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;
 | 
| 
 |