| Index: chrome/browser/ui/views/frame/browser_frame_gtk.cc | 
| =================================================================== | 
| --- chrome/browser/ui/views/frame/browser_frame_gtk.cc	(revision 74231) | 
| +++ chrome/browser/ui/views/frame/browser_frame_gtk.cc	(working copy) | 
| @@ -90,7 +90,7 @@ | 
| } | 
|  | 
| void BrowserFrameGtk::TabStripDisplayModeChanged() { | 
| -  if (GetRootView()->GetChildViewCount() > 0) { | 
| +  if (GetRootView()->has_children()) { | 
| // Make sure the child of the root view gets Layout again. | 
| GetRootView()->GetChildViewAt(0)->InvalidateLayout(); | 
| } | 
|  |