| Index: views/controls/tabbed_pane/native_tabbed_pane_gtk.cc | 
| =================================================================== | 
| --- views/controls/tabbed_pane/native_tabbed_pane_gtk.cc	(revision 74231) | 
| +++ views/controls/tabbed_pane/native_tabbed_pane_gtk.cc	(working copy) | 
| @@ -201,7 +201,7 @@ | 
|  | 
| View* NativeTabbedPaneGtk::GetTabViewAt(int index) { | 
| WidgetGtk* widget = GetWidgetAt(index); | 
| -  DCHECK(widget && widget->GetRootView()->GetChildViewCount() == 1); | 
| +  DCHECK(widget && widget->GetRootView()->child_count() == 1); | 
| return widget->GetRootView()->GetChildViewAt(0); | 
| } | 
|  | 
|  |