| Index: chrome/browser/ui/views/location_bar/keyword_hint_view.cc | 
| diff --git a/chrome/browser/ui/views/location_bar/keyword_hint_view.cc b/chrome/browser/ui/views/location_bar/keyword_hint_view.cc | 
| index 5f7c0bc139ed2095c1f75f1b2b222ca22bf31951..041b468bae3f2fda65c03d6d429ac4d40e1226cc 100644 | 
| --- a/chrome/browser/ui/views/location_bar/keyword_hint_view.cc | 
| +++ b/chrome/browser/ui/views/location_bar/keyword_hint_view.cc | 
| @@ -113,7 +113,8 @@ gfx::Size KeywordHintView::GetPreferredSize() const { | 
| // Height will be ignored by the LocationBarView. | 
| return gfx::Size(leading_label_->GetPreferredSize().width() + | 
| tab_key_view_->GetPreferredSize().width() + | 
| -                       trailing_label_->GetPreferredSize().width(), | 
| +                       trailing_label_->GetPreferredSize().width() + | 
| +                       LocationBarView::kIconInteriorPadding, | 
| 0); | 
| } | 
|  | 
|  |