Index: chrome/browser/ui/views/location_bar/page_action_image_view.h |
diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.h b/chrome/browser/ui/views/location_bar/page_action_image_view.h |
index 52345764b94dc8be5707fee5b2e9b1ef76312d3a..b35265bfc1708c30f46da478583a28df38569021 100644 |
--- a/chrome/browser/ui/views/location_bar/page_action_image_view.h |
+++ b/chrome/browser/ui/views/location_bar/page_action_image_view.h |
@@ -63,7 +63,8 @@ class PageActionImageView : public views::ImageView, |
// Overridden from views::ContextMenuController. |
virtual void ShowContextMenuForView(View* source, |
- const gfx::Point& point) OVERRIDE; |
+ const gfx::Point& point, |
+ ui::MenuSourceType source_type) OVERRIDE; |
// Overriden from ExtensionActionIconFactory::Observer. |
virtual void OnIconUpdated() OVERRIDE; |