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

Unified Diff: components/sync/driver/generic_change_processor.h

Issue 2769113002: [Sync] Stop accessing BrowserContextKeyedServiceFactory on non-UI thread. (Closed)
Patch Set: Rebase and removing dependent patch set. Created 3 years, 9 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
« no previous file with comments | « components/sync/driver/fake_sync_client.cc ('k') | components/sync/driver/generic_change_processor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/generic_change_processor.h
diff --git a/components/sync/driver/generic_change_processor.h b/components/sync/driver/generic_change_processor.h
index 1979eef39ceb429f44f281a3dd1f00f3463c4937..6fa25e0deb0f04681241cc1f9b40a8676b86dfd5 100644
--- a/components/sync/driver/generic_change_processor.h
+++ b/components/sync/driver/generic_change_processor.h
@@ -25,7 +25,7 @@
namespace syncer {
-class SyncClient;
+class SyncApiComponentFactory;
class SyncData;
class SyncableService;
class WriteNode;
@@ -58,7 +58,7 @@ class GenericChangeProcessor : public ChangeProcessor,
const base::WeakPtr<SyncableService>& local_service,
const base::WeakPtr<SyncMergeResult>& merge_result,
UserShare* user_share,
- SyncClient* sync_client,
+ SyncApiComponentFactory* driver_factory,
std::unique_ptr<AttachmentStoreForSync> attachment_store);
~GenericChangeProcessor() override;
« no previous file with comments | « components/sync/driver/fake_sync_client.cc ('k') | components/sync/driver/generic_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698