| Index: chrome/browser/ui/views/critical_notification_bubble_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/critical_notification_bubble_view.cc (revision 151055)
|
| +++ chrome/browser/ui/views/critical_notification_bubble_view.cc (working copy)
|
| @@ -109,7 +109,7 @@
|
| }
|
|
|
| void CriticalNotificationBubbleView::ButtonPressed(
|
| - views::Button* sender, const views::Event& event) {
|
| + views::Button* sender, const ui::Event& event) {
|
| // Let other bubbles know we have an answer from the user.
|
| UpgradeDetector::GetInstance()->acknowledge_critical_update();
|
|
|
|
|