| Index: chrome/browser/ui/views/location_bar/keyword_hint_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/keyword_hint_view.h b/chrome/browser/ui/views/location_bar/keyword_hint_view.h
|
| index 94bdaf9846fcf7d8e33ab555765d94f83b80ec84..d5190fbf817a7b1a27a5156217717e175583db30 100644
|
| --- a/chrome/browser/ui/views/location_bar/keyword_hint_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/keyword_hint_view.h
|
| @@ -55,7 +55,7 @@ class KeywordHintView : public views::View {
|
|
|
| Profile* profile_;
|
| views::Label* leading_label_;
|
| - views::ImageView* tab_image_;
|
| + views::View* tab_key_image_;
|
| views::Label* trailing_label_;
|
| base::string16 keyword_;
|
|
|
|
|