Index: chrome/browser/sync/profile_sync_service_startup_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_startup_unittest.cc b/chrome/browser/sync/profile_sync_service_startup_unittest.cc |
index 2d710968d6f62e850784068f91ab09066a57b0d1..ad4410123eef5d3d77a7bb388ebc6279560818cb 100644 |
--- a/chrome/browser/sync/profile_sync_service_startup_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_startup_unittest.cc |
@@ -75,9 +75,7 @@ class TestProfileSyncServiceNoBackup : public ProfileSyncService { |
oauth2_token_service, start_behavior) {} |
protected: |
- virtual bool NeedBackup() const override { |
- return false; |
- } |
+ bool NeedBackup() const override { return false; } |
}; |
class ProfileSyncServiceStartupTest : public testing::Test { |