| Index: ui/message_center/views/notification_button.cc | 
| diff --git a/ui/message_center/views/notification_button.cc b/ui/message_center/views/notification_button.cc | 
| index 6eaca0a1b5d2b7b5e42e8d6f77fac1b04b89039d..3383abc2534ae4583feb78ae74e683e057064ca0 100644 | 
| --- a/ui/message_center/views/notification_button.cc | 
| +++ b/ui/message_center/views/notification_button.cc | 
| @@ -23,7 +23,7 @@ NotificationButton::NotificationButton(views::ButtonListener* listener) | 
| focus_painter_(views::Painter::CreateSolidFocusPainter( | 
| message_center::kFocusBorderColor, | 
| gfx::Insets(1, 2, 2, 2))) { | 
| -  SetFocusBehavior(FocusBehavior::ALWAYS); | 
| +  views::Button::ConfigureDefaultFocus(this); | 
| // Create a background so that it does not change when the MessageView | 
| // background changes to show touch feedback | 
| set_background(views::Background::CreateSolidBackground( | 
|  |