Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6701)

Unified Diff: chrome/browser/sync/profile_sync_service_startup_unittest.cc

Issue 10804039: Make SyncBackendRegistrar aware of loaded data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()));
}
};

Powered by Google App Engine
This is Rietveld 408576698