| Index: chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h
 | 
| diff --git a/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h b/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h
 | 
| index bd3d32a699137e86f100323df5a736f54b6ff018..3b5ff8cf050b8ec7440b4f3cd71cbb3da42a884a 100644
 | 
| --- a/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h
 | 
| +++ b/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h
 | 
| @@ -24,7 +24,7 @@ class SelectedKeywordDecoration : public BubbleDecoration {
 | 
|    // Determines what combination of labels and image will best fit
 | 
|    // within |width|, makes those current for |BubbleDecoration|, and
 | 
|    // return the resulting width.
 | 
| -  virtual CGFloat GetWidthForSpace(CGFloat width) OVERRIDE;
 | 
| +  virtual CGFloat GetWidthForSpace(CGFloat width, CGFloat text_width) OVERRIDE;
 | 
|  
 | 
|    void SetImage(NSImage* image);
 | 
|  
 | 
| 
 |