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