| 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 4c39a31dbad1667c92450f2c71da90a075c351cb..613b5276704feeacfdf03fb6056d0d50de181d04 100644
|
| --- a/content/browser/renderer_host/sandbox_ipc_linux.h
|
| +++ b/content/browser/renderer_host/sandbox_ipc_linux.h
|
| @@ -26,7 +26,7 @@ class SandboxIPCHandler : public base::DelegateSimpleThread::Delegate {
|
| SandboxIPCHandler(int lifeline_fd, int browser_socket);
|
| virtual ~SandboxIPCHandler();
|
|
|
| - virtual void Run() OVERRIDE;
|
| + virtual void Run() override;
|
|
|
| private:
|
| void EnsureWebKitInitialized();
|
|
|