| Index: chrome/browser/notifications/platform_notification_service_unittest.cc | 
| diff --git a/chrome/browser/notifications/platform_notification_service_unittest.cc b/chrome/browser/notifications/platform_notification_service_unittest.cc | 
| index 55108c4b2381daa5fc6359c08b19759724b1e8dd..2bd06aae249565bb910708c4b3bfe572f88d79a6 100644 | 
| --- a/chrome/browser/notifications/platform_notification_service_unittest.cc | 
| +++ b/chrome/browser/notifications/platform_notification_service_unittest.cc | 
| @@ -28,7 +28,7 @@ class MockDesktopNotificationDelegate | 
|  | 
| // content::DesktopNotificationDelegate implementation. | 
| void NotificationDisplayed() override { displayed_ = true; } | 
| -  void NotificationClosed(bool by_user) override {} | 
| +  void NotificationClosed() override {} | 
| void NotificationClick() override { clicked_ = true; } | 
|  | 
| bool displayed() const { return displayed_; } | 
|  |