Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
index 71d58816851f76b571b39da2b630c5dabf07ae57..e391bf0ffa2b737c1290202419cb09be3d9f64e7 100644 |
--- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
+++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
@@ -76,7 +76,7 @@ class IconLabelBubbleView : public views::InkDropHostView { |
// The view has been activated by a user gesture such as spacebar. Returns |
// true if some handling was performed. |
- virtual bool OnActivate(); |
+ virtual bool OnActivate(const ui::Event* event); |
// views::View: |
gfx::Size GetPreferredSize() const override; |