| Index: chrome/browser/ui/views/tabs/base_tab_strip.cc | 
| =================================================================== | 
| --- chrome/browser/ui/views/tabs/base_tab_strip.cc	(revision 74231) | 
| +++ chrome/browser/ui/views/tabs/base_tab_strip.cc	(working copy) | 
| @@ -333,7 +333,7 @@ | 
|  | 
| // Walk up the view hierarchy until we find a tab, or the TabStrip. | 
| while (view && view != this && view->GetID() != VIEW_ID_TAB) | 
| -    view = view->GetParent(); | 
| +    view = view->parent(); | 
|  | 
| return view && view->GetID() == VIEW_ID_TAB ? | 
| static_cast<BaseTab*>(view) : NULL; | 
|  |