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