| Index: ipc/ipc_test_base.h
|
| diff --git a/ipc/ipc_test_base.h b/ipc/ipc_test_base.h
|
| index 89d53db58cd0ce02c100e241c1c795ecd7ed6b90..11f64559884cb6dd8b2e017564eaa1b50ae5e3cf 100644
|
| --- a/ipc/ipc_test_base.h
|
| +++ b/ipc/ipc_test_base.h
|
| @@ -32,9 +32,9 @@ class IPCTestBase : public base::MultiProcessTest {
|
|
|
| protected:
|
| IPCTestBase();
|
| - virtual ~IPCTestBase();
|
| + ~IPCTestBase() override;
|
|
|
| - virtual void TearDown() override;
|
| + void TearDown() override;
|
|
|
| // Initializes the test to use the given client and creates an IO message loop
|
| // on the current thread.
|
|
|