| Index: chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
|
| index 1f0584864f38d36c75dd0efbb1c3327ddf4ce77c..ccea446063de1404012c1a23a46b33474a8feda5 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc
|
| @@ -101,14 +101,14 @@ class LastDownloadFinderTest : public testing::Test {
|
|
|
| LastDownloadFinderTest() : profile_number_() {}
|
|
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| testing::Test::SetUp();
|
| profile_manager_.reset(
|
| new TestingProfileManager(TestingBrowserProcess::GetGlobal()));
|
| ASSERT_TRUE(profile_manager_->SetUp());
|
| }
|
|
|
| - virtual void TearDown() override {
|
| + void TearDown() override {
|
| // Shut down the history service on all profiles.
|
| std::vector<Profile*> profiles(
|
| profile_manager_->profile_manager()->GetLoadedProfiles());
|
|
|