Index: mojo/shell/test_child_process.h |
diff --git a/mojo/shell/test_child_process.h b/mojo/shell/test_child_process.h |
index c2d440b829513fe2162de793a4f5ec12a60a19fb..c3acb9b9c50539316bcaa94d8505cf1cfaff355b 100644 |
--- a/mojo/shell/test_child_process.h |
+++ b/mojo/shell/test_child_process.h |
@@ -16,7 +16,7 @@ class TestChildProcess : public ChildProcess { |
TestChildProcess(); |
virtual ~TestChildProcess(); |
- virtual void Main() OVERRIDE; |
+ virtual void Main() override; |
private: |
DISALLOW_COPY_AND_ASSIGN(TestChildProcess); |