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 daedf847b34153541a384f790a6c976a4d7dc7ed..b2c7a6e91920e4f94c9cc39001a009c1ac805634 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 { |
+ virtual void SetUp() override { |
testing::Test::SetUp(); |
profile_manager_.reset( |
new TestingProfileManager(TestingBrowserProcess::GetGlobal())); |
ASSERT_TRUE(profile_manager_->SetUp()); |
} |
- virtual void TearDown() OVERRIDE { |
+ virtual void TearDown() override { |
// Shut down the history service on all profiles. |
std::vector<Profile*> profiles( |
profile_manager_->profile_manager()->GetLoadedProfiles()); |