Index: mojo/shell/test_child_process.h |
diff --git a/mojo/shell/test_child_process.h b/mojo/shell/test_child_process.h |
index c3acb9b9c50539316bcaa94d8505cf1cfaff355b..5b3c9dd455a173e717886c1eb82f24eeb09fcf57 100644 |
--- a/mojo/shell/test_child_process.h |
+++ b/mojo/shell/test_child_process.h |
@@ -14,9 +14,9 @@ namespace shell { |
class TestChildProcess : public ChildProcess { |
public: |
TestChildProcess(); |
- virtual ~TestChildProcess(); |
+ ~TestChildProcess() override; |
- virtual void Main() override; |
+ void Main() override; |
private: |
DISALLOW_COPY_AND_ASSIGN(TestChildProcess); |