| Index: content/browser/renderer_host/sandbox_ipc_linux.h
|
| diff --git a/content/browser/renderer_host/sandbox_ipc_linux.h b/content/browser/renderer_host/sandbox_ipc_linux.h
|
| index 613b5276704feeacfdf03fb6056d0d50de181d04..e6ac19bbfac15e6a5fac6766dcb8cfbb9d54116d 100644
|
| --- a/content/browser/renderer_host/sandbox_ipc_linux.h
|
| +++ b/content/browser/renderer_host/sandbox_ipc_linux.h
|
| @@ -24,9 +24,9 @@ class SandboxIPCHandler : public base::DelegateSimpleThread::Delegate {
|
| // the other end of.
|
| // browser_socket: the browser's end of the sandbox IPC socketpair.
|
| SandboxIPCHandler(int lifeline_fd, int browser_socket);
|
| - virtual ~SandboxIPCHandler();
|
| + ~SandboxIPCHandler() override;
|
|
|
| - virtual void Run() override;
|
| + void Run() override;
|
|
|
| private:
|
| void EnsureWebKitInitialized();
|
|
|