| Index: chrome/browser/ui/views/location_bar/ev_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/ev_bubble_view.h b/chrome/browser/ui/views/location_bar/ev_bubble_view.h
|
| index 83faef7024310a78dc64c31e7d8ffdbed270258e..45e5590dd2f9c3eaf804027689ba005d944e08cf 100644
|
| --- a/chrome/browser/ui/views/location_bar/ev_bubble_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/ev_bubble_view.h
|
| @@ -14,7 +14,6 @@ class LocationBarView;
|
| class EVBubbleView : public IconLabelBubbleView {
|
| public:
|
| EVBubbleView(const gfx::FontList& font_list,
|
| - int font_y_offset,
|
| SkColor text_color,
|
| SkColor parent_background_color,
|
| LocationBarView* parent);
|
| @@ -35,4 +34,3 @@ class EVBubbleView : public IconLabelBubbleView {
|
| };
|
|
|
| #endif // CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_EV_BUBBLE_VIEW_H_
|
| -
|
|
|