summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_test_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_test_base.h')
-rw-r--r--ipc/ipc_test_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_test_base.h b/ipc/ipc_test_base.h
index 65af35e..89d53db5 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.