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

Unified Diff: base/callback_unittest.cc

Issue 804533005: Standardize usage of virtual/override/final specifiers in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify 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 | « no previous file | base/debug/crash_logging_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/callback_unittest.cc
diff --git a/base/callback_unittest.cc b/base/callback_unittest.cc
index e2a5d38a31cc4bd173087667bb3c075db1ff1270..5644b8515f0e538942d69c945cae2b56b0a075cd 100644
--- a/base/callback_unittest.cc
+++ b/base/callback_unittest.cc
@@ -66,8 +66,7 @@ class CallbackTest : public ::testing::Test {
callback_b_(new FakeBindState2()) {
}
- virtual ~CallbackTest() {
- }
+ ~CallbackTest() override {}
protected:
Callback<void(void)> callback_a_;
« no previous file with comments | « no previous file | base/debug/crash_logging_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698