| Index: views/controls/tabbed_pane/native_tabbed_pane_gtk.cc
|
| ===================================================================
|
| --- views/controls/tabbed_pane/native_tabbed_pane_gtk.cc (revision 92366)
|
| +++ views/controls/tabbed_pane/native_tabbed_pane_gtk.cc (working copy)
|
| @@ -205,7 +205,7 @@
|
| Widget* widget = GetWidgetAt(index);
|
| DCHECK(widget);
|
| DCHECK_EQ(1, widget->GetRootView()->child_count());
|
| - return widget->GetRootView()->GetChildViewAt(0);
|
| + return widget->GetRootView()->child_at(0);
|
| }
|
|
|
| void NativeTabbedPaneGtk::OnSwitchPage(int selected_tab_index) {
|
|
|