| Index: chrome/browser/safe_browsing/ping_manager.h
 | 
| diff --git a/chrome/browser/safe_browsing/ping_manager.h b/chrome/browser/safe_browsing/ping_manager.h
 | 
| index f976cffe12e05fd0da2100e0a9db6f834363f3a2..d48cc4f602a59d9fd69eefad6faaef4d51ef5e3c 100644
 | 
| --- a/chrome/browser/safe_browsing/ping_manager.h
 | 
| +++ b/chrome/browser/safe_browsing/ping_manager.h
 | 
| @@ -33,7 +33,7 @@ class SafeBrowsingPingManager : public net::URLFetcherDelegate {
 | 
|        const SafeBrowsingProtocolConfig& config);
 | 
|  
 | 
|    // net::URLFetcherDelegate interface.
 | 
| -  virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
 | 
| +  virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
 | 
|  
 | 
|    // For UMA users we report to Google when a SafeBrowsing interstitial is shown
 | 
|    // to the user.  |threat_type| should be one of the types known by
 | 
| 
 |