| 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;
|
| }
|
|
|