| Index: chrome/browser/ui/views/critical_notification_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/critical_notification_bubble_view.cc b/chrome/browser/ui/views/critical_notification_bubble_view.cc
|
| index 63f00c2529e7e77d7941cb15a1aaed76689c54d4..ca95103e82e98db6cdf4ec0e8c33ce31b0bca80a 100644
|
| --- a/chrome/browser/ui/views/critical_notification_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/critical_notification_bubble_view.cc
|
| @@ -47,8 +47,8 @@ const int kRefreshBubbleEvery = 1000; // Millisecond.
|
| // CriticalNotificationBubbleView
|
|
|
| CriticalNotificationBubbleView::CriticalNotificationBubbleView(
|
| - const gfx::Point& anchor_point)
|
| - : BubbleDelegateView(anchor_point,
|
| + views::View* anchor_view)
|
| + : BubbleDelegateView(anchor_view,
|
| views::BubbleBorder::TOP_RIGHT,
|
| SK_ColorWHITE) {
|
| set_close_on_deactivate(false);
|
|
|