diff options
Diffstat (limited to 'chrome/browser/ui/views/critical_notification_bubble_view.h')
-rw-r--r-- | chrome/browser/ui/views/critical_notification_bubble_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/critical_notification_bubble_view.h b/chrome/browser/ui/views/critical_notification_bubble_view.h index 79c9826..0e886a8 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: |