| 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 d2cd8d9cdd085912e6d75d8693ef3de446507e4c..b251e3220447770497c3ac618973bd1c8055863e 100644
|
| --- a/chrome/browser/safe_browsing/sandboxed_zip_analyzer.h
|
| +++ b/chrome/browser/safe_browsing/sandboxed_zip_analyzer.h
|
| @@ -53,7 +53,7 @@ class SandboxedZipAnalyzer : public content::UtilityProcessHostClient {
|
| // content::UtilityProcessHostClient implementation.
|
| // These notifications run on the IO thread.
|
| void OnProcessCrashed(int exit_code) override;
|
| - void OnProcessLaunchFailed() override;
|
| + void OnProcessLaunchFailed(int error_code) override;
|
| bool OnMessageReceived(const IPC::Message& message) override;
|
|
|
| // Launches the utility process. Must run on the IO thread.
|
|
|