Index: chrome/browser/ui/views/critical_notification_bubble_view.h |
diff --git a/chrome/browser/ui/views/critical_notification_bubble_view.h b/chrome/browser/ui/views/critical_notification_bubble_view.h |
index 79c982664fac2b8f8eb90b83a1a6677e9ec57563..0e886a8b84c95b2c272634b6ddd71c74a0d0150a 100644 |
--- a/chrome/browser/ui/views/critical_notification_bubble_view.h |
+++ b/chrome/browser/ui/views/critical_notification_bubble_view.h |
@@ -18,7 +18,7 @@ class NativeTextButton; |
class CriticalNotificationBubbleView : public views::BubbleDelegateView, |
public views::ButtonListener { |
public: |
- explicit CriticalNotificationBubbleView(const gfx::Point& anchor_point); |
+ explicit CriticalNotificationBubbleView(views::View* anchor_view); |
virtual ~CriticalNotificationBubbleView(); |
// views::ButtonListener overrides: |