| Index: chrome/browser/safe_browsing/safe_browsing_service.h
 | 
| diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h
 | 
| index c034b060d394725b87fa5112130d992058cbace8..60eea7e8c5e4ac3d3cd1ebec44b367cd4c931660 100644
 | 
| --- a/chrome/browser/safe_browsing/safe_browsing_service.h
 | 
| +++ b/chrome/browser/safe_browsing/safe_browsing_service.h
 | 
| @@ -183,7 +183,7 @@ class SafeBrowsingService
 | 
|    // content::NotificationObserver override
 | 
|    virtual void Observe(int type,
 | 
|                         const content::NotificationSource& source,
 | 
| -                       const content::NotificationDetails& details) OVERRIDE;
 | 
| +                       const content::NotificationDetails& details) override;
 | 
|  
 | 
|    // Starts following the safe browsing preference on |pref_service|.
 | 
|    void AddPrefService(PrefService* pref_service);
 | 
| 
 |