| Index: chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
 | 
| diff --git a/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h b/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
 | 
| index d180288c89a4f18f24c616a32159c88e9f03584e..10fb114e3f2b56042222a6a2d68b49580819cc21 100644
 | 
| --- a/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
 | 
| +++ b/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
 | 
| @@ -235,7 +235,7 @@ class IncidentReportingService : public content::NotificationObserver {
 | 
|    // content::NotificationObserver methods.
 | 
|    virtual void Observe(int type,
 | 
|                         const content::NotificationSource& source,
 | 
| -                       const content::NotificationDetails& details) OVERRIDE;
 | 
| +                       const content::NotificationDetails& details) override;
 | 
|  
 | 
|    base::ThreadChecker thread_checker_;
 | 
|  
 | 
| 
 |