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

Unified Diff: components/browser_sync/test_profile_sync_service.cc

Issue 2551023006: [Sync] SyncEngine 1.5: Fix all backend references in PSS. (Closed)
Patch Set: Fix Android. Created 4 years 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/test_profile_sync_service.cc
diff --git a/components/browser_sync/test_profile_sync_service.cc b/components/browser_sync/test_profile_sync_service.cc
index c7222ae5ea063d863d8a245180eb7369f106270a..a4bc8d080bd45be20a60253803a3585a7d96b8fb 100644
--- a/components/browser_sync/test_profile_sync_service.cc
+++ b/components/browser_sync/test_profile_sync_service.cc
@@ -30,7 +30,7 @@ void TestProfileSyncService::OnConfigureDone(
}
syncer::UserShare* TestProfileSyncService::GetUserShare() const {
- return backend_->GetUserShare();
+ return engine_->GetUserShare();
}
} // namespace browser_sync
« no previous file with comments | « components/browser_sync/profile_sync_service_startup_unittest.cc ('k') | components/precache/content/precache_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698