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 64956d85670a1fcf24d8191cade2a082c4f99d15..f08191a592b52bf0315a136894ce80af5aae2e20 100644 |
--- a/chrome/browser/sync/profile_sync_service_startup_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_startup_unittest.cc |
@@ -83,7 +83,7 @@ class ProfileSyncServiceStartupTest : public testing::Test { |
signin, |
ProfileSyncService::MANUAL_START, |
true, |
- base::Closure())); |
+ TestProfileSyncService::NullCallback())); |
} |
DataTypeManagerMock* SetUpDataTypeManager() { |
@@ -118,7 +118,7 @@ class ProfileSyncServiceStartupCrosTest : public ProfileSyncServiceStartupTest { |
signin, |
ProfileSyncService::AUTO_START, |
true, |
- base::Closure())); |
+ TestProfileSyncService::NullCallback())); |
} |
}; |