Index: ipc/ipc_tests.h |
diff --git a/ipc/ipc_tests.h b/ipc/ipc_tests.h |
index bfefb4c46b7c47d9666552d2f7bffbe5d2f626ea..c4e7654a5c70026aa81b23e88500c00414027a6d 100644 |
--- a/ipc/ipc_tests.h |
+++ b/ipc/ipc_tests.h |
@@ -36,8 +36,8 @@ class IPCChannelTest : public base::MultiProcessTest { |
protected: |
// Create a new MessageLoopForIO For each test. |
- virtual void SetUp(); |
- virtual void TearDown(); |
+ virtual void SetUp() OVERRIDE; |
+ virtual void TearDown() OVERRIDE; |
// Spawns a child process of the specified type |
base::ProcessHandle SpawnChild(ChildType child_type, IPC::Channel* channel); |