| Index: chrome/browser/safe_browsing/sandboxed_zip_analyzer.h | 
| diff --git a/chrome/browser/safe_browsing/sandboxed_zip_analyzer.h b/chrome/browser/safe_browsing/sandboxed_zip_analyzer.h | 
| index e51e8676ecd3b1ca664a393f5b11e473a4f4997c..e1cdfd73a18d2e51098083c5577dc30b6bb4d0ac 100644 | 
| --- a/chrome/browser/safe_browsing/sandboxed_zip_analyzer.h | 
| +++ b/chrome/browser/safe_browsing/sandboxed_zip_analyzer.h | 
| @@ -48,7 +48,7 @@ class SandboxedZipAnalyzer : public content::UtilityProcessHostClient { | 
|  | 
| // content::UtilityProcessHostClient implementation. | 
| // These notifications run on the IO thread. | 
| -  virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; | 
| +  virtual bool OnMessageReceived(const IPC::Message& message) override; | 
|  | 
| // Notification that the utility process is running, and we can now get its | 
| // process handle. | 
|  |