| Index: views/controls/tabbed_pane/native_tabbed_pane_win.cc
|
| diff --git a/views/controls/tabbed_pane/native_tabbed_pane_win.cc b/views/controls/tabbed_pane/native_tabbed_pane_win.cc
|
| index da09579a5d2c4d07853a5602ed31debe40add7ee..e694090b9df1365ff3cf79f5fc2f240b6f7e5ef8 100644
|
| --- a/views/controls/tabbed_pane/native_tabbed_pane_win.cc
|
| +++ b/views/controls/tabbed_pane/native_tabbed_pane_win.cc
|
| @@ -310,7 +310,7 @@ void NativeTabbedPaneWin::CreateNativeControl() {
|
| NativeControlCreated(tab_control);
|
|
|
| // Add tabs that are already added if any.
|
| - if (tab_views_.size() > 0) {
|
| + if (!tab_views_.empty()) {
|
| InitializeTabs();
|
| if (selected_index_ >= 0)
|
| DoSelectTabAt(selected_index_, false);
|
|
|