Index: ash/shelf/shelf_button.cc |
diff --git a/ash/shelf/shelf_button.cc b/ash/shelf/shelf_button.cc |
index 93a44e1a1a05bb3e8be39f6847c4ae5c2bdb55e6..dd3e3e90f6a2a62619ec51a841204f5dc3802b0d 100644 |
--- a/ash/shelf/shelf_button.cc |
+++ b/ash/shelf/shelf_button.cc |
@@ -238,7 +238,7 @@ ShelfButton::ShelfButton(views::ButtonListener* listener, |
state_(STATE_NORMAL), |
shelf_layout_manager_(shelf_layout_manager), |
destroyed_flag_(NULL) { |
- set_accessibility_focusable(true); |
+ SetAccessibilityFocusable(true); |
const gfx::ShadowValue kShadows[] = { |
gfx::ShadowValue(gfx::Point(0, 2), 0, SkColorSetARGB(0x1A, 0, 0, 0)), |