Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(591)

Unified Diff: ipc/ipc_tests.h

Issue 8590004: Add OVERRIDE to ipc/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/ipc_test_sink.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ipc/ipc_test_sink.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698