Index: chrome/browser/ui/views/location_bar/selected_keyword_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/selected_keyword_view.cc b/chrome/browser/ui/views/location_bar/selected_keyword_view.cc |
index d244da8561640474eab38cda106727b95e2a6b40..14d9396c32f7bb9c03354fec3d85f1fb08cdd9f1 100644 |
--- a/chrome/browser/ui/views/location_bar/selected_keyword_view.cc |
+++ b/chrome/browser/ui/views/location_bar/selected_keyword_view.cc |
@@ -23,13 +23,12 @@ const int kBackgroundImages[] = IMAGE_GRID(IDR_OMNIBOX_SELECTED_KEYWORD_BUBBLE); |
SelectedKeywordView::SelectedKeywordView(const gfx::FontList& font_list, |
- int font_y_offset, |
SkColor text_color, |
SkColor parent_background_color, |
Profile* profile) |
: IconLabelBubbleView(kBackgroundImages, NULL, IDR_KEYWORD_SEARCH_MAGNIFIER, |
- font_list, font_y_offset, text_color, |
- parent_background_color, false), |
+ font_list, text_color, parent_background_color, |
+ false), |
profile_(profile) { |
full_label_.SetFontList(font_list); |
full_label_.SetVisible(false); |