Index: content/browser/plugin_process_host.cc |
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc |
index f5f3f2c33ece8ac4dbb101cf8a457f9845ed7d95..9f4a06bc4e73968db96d2310496a39604577ea21 100644 |
--- a/content/browser/plugin_process_host.cc |
+++ b/content/browser/plugin_process_host.cc |
@@ -107,12 +107,12 @@ class PluginSandboxedProcessLauncherDelegate |
virtual ~PluginSandboxedProcessLauncherDelegate() {} |
#if defined(OS_WIN) |
- virtual bool ShouldSandbox() OVERRIDE { |
+ virtual bool ShouldSandbox() override { |
return false; |
} |
#elif defined(OS_POSIX) |
- virtual int GetIpcFd() OVERRIDE { |
+ virtual int GetIpcFd() override { |
return ipc_fd_; |
} |
#endif // OS_WIN |