| Index: chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h
 | 
| diff --git a/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h b/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h
 | 
| index 24664c51fa18092c6d4b7d2d1c46956a1d103ecc..2d3681b0e7b2c46168b4df89e8d44eee347bdd24 100644
 | 
| --- a/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h
 | 
| +++ b/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h
 | 
| @@ -58,7 +58,7 @@ class AutofillPopupViewGtk : public AutofillPopupView {
 | 
|                         GdkEventMotion*);
 | 
|  
 | 
|    // Set up the pango layout to display the autofill results.
 | 
| -  void SetupLayout(const gfx::Rect& window_rect);
 | 
| +  void SetUpLayout();
 | 
|  
 | 
|    // Set up the pango layout to print the given text and have it's width match
 | 
|    // the text's (this gives us better control when placing the text box).
 | 
| 
 |