Index: ui/message_center/views/notification_view.cc |
diff --git a/ui/message_center/views/notification_view.cc b/ui/message_center/views/notification_view.cc |
index a5c902a7f0a6ccd449080ec6d9cceb76a0acc884..75fc439be0f912d7270ebbc6fd7adaa61eb9f71b 100644 |
--- a/ui/message_center/views/notification_view.cc |
+++ b/ui/message_center/views/notification_view.cc |
@@ -344,7 +344,7 @@ NotificationButton::NotificationButton(views::ButtonListener* listener) |
focus_painter_(views::Painter::CreateSolidFocusPainter( |
message_center::kFocusBorderColor, |
gfx::Insets(1, 2, 2, 2))) { |
- set_focusable(true); |
+ SetFocusable(true); |
set_request_focus_on_press(false); |
set_notify_enter_exit_on_child(true); |
SetLayoutManager( |