| Index: ui/views/controls/tabbed_pane/tabbed_pane.cc
|
| diff --git a/ui/views/controls/tabbed_pane/tabbed_pane.cc b/ui/views/controls/tabbed_pane/tabbed_pane.cc
|
| index aa46af6e445551f0a8e7d91455ac65506cf71ce0..3f2d5da96f5d9e24fe6a450e1c99222fb4b5d7e9 100644
|
| --- a/ui/views/controls/tabbed_pane/tabbed_pane.cc
|
| +++ b/ui/views/controls/tabbed_pane/tabbed_pane.cc
|
| @@ -238,7 +238,7 @@ TabbedPane::TabbedPane()
|
| tab_strip_(new TabStrip(this)),
|
| contents_(new View()),
|
| selected_tab_index_(-1) {
|
| - set_focusable(true);
|
| + SetFocusable(true);
|
| AddChildView(tab_strip_);
|
| AddChildView(contents_);
|
| }
|
|
|