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 9c9bfb38f0902a51ec042e0e72f86258c95f5338..a9395ea257efbb5f4f7a974ee851c049b3b35638 100644 |
--- a/chrome/browser/ui/views/location_bar/ev_bubble_view.h |
+++ b/chrome/browser/ui/views/location_bar/ev_bubble_view.h |
@@ -21,7 +21,8 @@ class EVBubbleView : public IconLabelBubbleView { |
EVBubbleView(const int background_images[], |
int contained_image, |
const SkColor& color, |
- LocationBarView* location_bar); |
+ LocationBarView* location_bar, |
+ BrowserShowPageInfo* delegate); |
virtual ~EVBubbleView(); |
// Overridden from view. |
@@ -35,4 +36,3 @@ class EVBubbleView : public IconLabelBubbleView { |
}; |
#endif // CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_EV_BUBBLE_VIEW_H_ |
- |