| Index: chrome/browser/ui/views/toolbar/toolbar_button.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_button.cc b/chrome/browser/ui/views/toolbar/toolbar_button.cc
|
| index 053dea04234ba2fcb7685a3e8ec28e599a50666e..9d92fd4ced62398191a27dde434070fc614342e5 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_button.cc
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_button.cc
|
| @@ -32,7 +32,7 @@ ToolbarButton::~ToolbarButton() {
|
| }
|
|
|
| void ToolbarButton::Init() {
|
| - set_focusable(true);
|
| + SetFocusable(true);
|
|
|
| // Provides the hover/pressed style used by buttons in the toolbar.
|
| views::LabelButtonBorder* border =
|
|
|