Index: chrome/browser/sync/profile_sync_service_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc |
index 0b0c3cf011d37d6ed88b0d44b2d81ff2b3fd25a8..2daf03b7dd3d732711bbc542e74f32ce74fd86bf 100644 |
--- a/chrome/browser/sync/profile_sync_service_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_unittest.cc |
@@ -171,9 +171,9 @@ class ProfileSyncServiceTest : public ::testing::Test { |
ProfileSyncServiceTest() |
: thread_bundle_(content::TestBrowserThreadBundle::IO_MAINLOOP), |
profile_manager_(TestingBrowserProcess::GetGlobal()) {} |
- virtual ~ProfileSyncServiceTest() {} |
+ ~ProfileSyncServiceTest() override {} |
- virtual void SetUp() override { |
+ void SetUp() override { |
CommandLine::ForCurrentProcess()->AppendSwitchASCII( |
switches::kSyncDeferredStartupTimeoutSeconds, "0"); |
@@ -194,7 +194,7 @@ class ProfileSyncServiceTest : public ::testing::Test { |
testing_facotries); |
} |
- virtual void TearDown() override { |
+ void TearDown() override { |
// Kill the service before the profile. |
if (service_) |
service_->Shutdown(); |