summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_service_startup_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/profile_sync_service_startup_unittest.cc')
-rw-r--r--chrome/browser/sync/profile_sync_service_startup_unittest.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/sync/profile_sync_service_startup_unittest.cc b/chrome/browser/sync/profile_sync_service_startup_unittest.cc
index 2d71096..ad44101 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 {