| 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 9017f963ce95cd4c9241364296dd4039ded75633..1be0c140f0d596bd2ff71bbf42b91d5a8f573d16 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 =
|
|
|