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

Unified Diff: chrome/common/crash_keys_unittest.cc

Issue 679273002: Standardize usage of virtual/override/final specifiers. (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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/crash_keys_unittest.cc
diff --git a/chrome/common/crash_keys_unittest.cc b/chrome/common/crash_keys_unittest.cc
index 491043562afb59e22d0cdfe627892392db3ade0a..c26dfa0556e7ef94800461cd109f502192ef361f 100644
--- a/chrome/common/crash_keys_unittest.cc
+++ b/chrome/common/crash_keys_unittest.cc
@@ -17,14 +17,14 @@
class CrashKeysTest : public testing::Test {
public:
- virtual void SetUp() override {
+ void SetUp() override {
self_ = this;
base::debug::SetCrashKeyReportingFunctions(
&SetCrashKeyValue, &ClearCrashKey);
crash_keys::RegisterChromeCrashKeys();
}
- virtual void TearDown() override {
+ void TearDown() override {
base::debug::ResetCrashLoggingForTesting();
self_ = NULL;
}
« no previous file with comments | « chrome/app/chrome_main_delegate.h ('k') | chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698