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

Unified Diff: ipc/ipc_test_base.h

Issue 815503005: Standardize usage of virtual/override/final specifiers in ipc/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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_channel_proxy_unittest.cc ('k') | no next file » | 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 89d53db58cd0ce02c100e241c1c795ecd7ed6b90..11f64559884cb6dd8b2e017564eaa1b50ae5e3cf 100644
--- a/ipc/ipc_test_base.h
+++ b/ipc/ipc_test_base.h
@@ -32,9 +32,9 @@ class IPCTestBase : public base::MultiProcessTest {
protected:
IPCTestBase();
- virtual ~IPCTestBase();
+ ~IPCTestBase() override;
- virtual void TearDown() override;
+ 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_channel_proxy_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698