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

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

Issue 1310553005: [Sync] Replace ProfileSyncComponentsFactory with SyncClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really fix GN Created 5 years, 4 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_mock.cc
diff --git a/chrome/browser/sync/profile_sync_service_mock.cc b/chrome/browser/sync/profile_sync_service_mock.cc
index bfa9b018a9a4d053afbe9167c9cc61325b39db9c..5c526c6fa1d5fef1966aea27be66130f909bc1e6 100644
--- a/chrome/browser/sync/profile_sync_service_mock.cc
+++ b/chrome/browser/sync/profile_sync_service_mock.cc
@@ -18,13 +18,13 @@
ProfileSyncServiceMock::ProfileSyncServiceMock(Profile* profile)
: ProfileSyncServiceMock(
- scoped_ptr<ProfileSyncComponentsFactory>(
+ scoped_ptr<sync_driver::SyncApiComponentFactory>(
new ProfileSyncComponentsFactoryMock()),
profile) {
}
ProfileSyncServiceMock::ProfileSyncServiceMock(
- scoped_ptr<ProfileSyncComponentsFactory> factory, Profile* profile)
+ scoped_ptr<sync_driver::SyncApiComponentFactory> factory, Profile* profile)
: ProfileSyncService(
factory.Pass(),
profile,
« no previous file with comments | « chrome/browser/sync/profile_sync_service_mock.h ('k') | chrome/browser/sync/profile_sync_service_startup_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698