| Index: chrome/browser/ui/views/options/cookies_view.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/ui/views/options/cookies_view.cc	(revision 74228)
 | 
| +++ chrome/browser/ui/views/options/cookies_view.cc	(working copy)
 | 
| @@ -177,7 +177,7 @@
 | 
|  void CookiesView::Layout() {
 | 
|    // Lay out the Remove/Remove All buttons in the parent view.
 | 
|    gfx::Size ps = remove_button_->GetPreferredSize();
 | 
| -  gfx::Rect parent_bounds = GetParent()->GetLocalBounds();
 | 
| +  gfx::Rect parent_bounds = GetParent()->GetContentsBounds();
 | 
|    int y_buttons =
 | 
|        parent_bounds.bottom() - ps.height() - views::kButtonVEdgeMargin;
 | 
|  
 | 
| 
 |