| 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 d84409351ff6b34f805222c83a0d53d6b2d7f973..cea3b93623242aaf7a18c13d9ad3b485b30bcf2d 100644
|
| --- a/chrome/browser/ui/views/location_bar/keyword_hint_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/keyword_hint_view.cc
|
| @@ -22,7 +22,7 @@
|
| #include "ui/views/controls/label.h"
|
|
|
| // Amount of space to offset the tab image from the top of the view by.
|
| -static const int kTabImageYOffset = 4;
|
| +static const int kTabImageYOffset = 1;
|
|
|
| // The tab key image.
|
| static const gfx::ImageSkia* kTabButtonImage = NULL;
|
|
|