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 dbf5bd3773ac724f2d7902b9f11c5da82f5fc0e7..7fded1f1361809a22f1f493fb2b2fd76f665b0af 100644 |
--- a/chrome/browser/ui/views/location_bar/ev_bubble_view.h |
+++ b/chrome/browser/ui/views/location_bar/ev_bubble_view.h |
@@ -20,7 +20,7 @@ class EVBubbleView : public IconLabelBubbleView { |
virtual ~EVBubbleView(); |
// IconLabelBubbleView: |
- virtual gfx::Size GetMinimumSize() OVERRIDE; |
+ virtual gfx::Size GetMinimumSize() const OVERRIDE; |
virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE; |
virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE; |
virtual void OnGestureEvent(ui::GestureEvent* event) OVERRIDE; |