Chromium Code Reviews

Unified Diff: ipc/ipc_test_base.h

Issue 633563002: replace OVERRIDE and FINAL with override and final in ipc/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « ipc/ipc_sync_message_filter.h ('k') | ipc/ipc_test_channel_listener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ipc/ipc_sync_message_filter.h ('k') | ipc/ipc_test_channel_listener.h » ('j') | no next file with comments »

Powered by Google App Engine