Index: chrome/browser/ui/views/location_bar/page_action_image_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.cc b/chrome/browser/ui/views/location_bar/page_action_image_view.cc |
index 28c8d3e24228c659a12f3e0b36419a231abd3eac..49c773cff9f193c52f3a2f97e1cbd938c205eb0e 100644 |
--- a/chrome/browser/ui/views/location_bar/page_action_image_view.cc |
+++ b/chrome/browser/ui/views/location_bar/page_action_image_view.cc |
@@ -54,7 +54,7 @@ PageActionImageView::PageActionImageView(LocationBarView* owner, |
new ExtensionActionIconFactory( |
owner_->profile(), extension, page_action, this)); |
- set_accessibility_focusable(true); |
+ SetAccessibilityFocusable(true); |
set_context_menu_controller(this); |
extensions::CommandService* command_service = |