Index: content/browser/zygote_host/zygote_host_impl_linux.h |
diff --git a/content/browser/zygote_host/zygote_host_impl_linux.h b/content/browser/zygote_host/zygote_host_impl_linux.h |
index 20db6047d56236eec3b2d79f682297699b7ef1f7..0e746efdc991cac71d4e79c4a60fdb452b747223 100644 |
--- a/content/browser/zygote_host/zygote_host_impl_linux.h |
+++ b/content/browser/zygote_host/zygote_host_impl_linux.h |
@@ -54,10 +54,10 @@ class CONTENT_EXPORT ZygoteHostImpl : public ZygoteHost { |
int* exit_code); |
// ZygoteHost implementation: |
- virtual pid_t GetPid() const OVERRIDE; |
- virtual int GetSandboxStatus() const OVERRIDE; |
+ virtual pid_t GetPid() const override; |
+ virtual int GetSandboxStatus() const override; |
virtual void AdjustRendererOOMScore(base::ProcessHandle process_handle, |
- int score) OVERRIDE; |
+ int score) override; |
private: |
friend struct DefaultSingletonTraits<ZygoteHostImpl>; |