| Index: chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/download_protection_service_unittest.cc b/chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| index 93324cf30188e5bac858c5dba027b76f1de50c2b..b311980cd0c95a263a26bf68e6bdbb7619a1f423 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| @@ -201,7 +201,7 @@ class DownloadProtectionServiceTest : public testing::Test {
|
| : test_browser_thread_bundle_(
|
| content::TestBrowserThreadBundle::IO_MAINLOOP) {
|
| }
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| #if defined(OS_MACOSX)
|
| field_trial_list_.reset(new base::FieldTrialList(
|
| new metrics::SHA1EntropyProvider("42")));
|
| @@ -230,7 +230,7 @@ class DownloadProtectionServiceTest : public testing::Test {
|
| .AppendASCII("download_protection");
|
| }
|
|
|
| - virtual void TearDown() {
|
| + void TearDown() override {
|
| sb_service_->ShutDown();
|
| // Flush all of the thread message loops to ensure that there are no
|
| // tasks currently running.
|
|
|