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

Unified Diff: components/browser_sync/profile_sync_service_unittest.cc

Issue 2624943002: [Sync] Move snapshot cache from SBHI to PSS. (Closed)
Patch Set: Address comments. Created 3 years, 11 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: components/browser_sync/profile_sync_service_unittest.cc
diff --git a/components/browser_sync/profile_sync_service_unittest.cc b/components/browser_sync/profile_sync_service_unittest.cc
index dba0ea996c2b02c7ef148a36c419e2325dbf00a3..916d3b3e98f58a13436c2ca83f67b76b9c13807a 100644
--- a/components/browser_sync/profile_sync_service_unittest.cc
+++ b/components/browser_sync/profile_sync_service_unittest.cc
@@ -941,7 +941,7 @@ TEST_F(ProfileSyncServiceTest, DisableSyncOnClient) {
TEST_F(ProfileSyncServiceTest, ValidPointersInDTCMap) {
CreateService(ProfileSyncService::AUTO_START);
service()->OnSessionRestoreComplete();
- service()->OnSyncCycleCompleted();
+ service()->OnSyncCycleCompleted(syncer::SyncCycleSnapshot());
}
// The OpenTabsUIDelegate should only be accessable when PROXY_TABS is enabled.
« no previous file with comments | « components/browser_sync/profile_sync_service_mock.h ('k') | components/sync/driver/glue/sync_backend_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698