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

Unified Diff: components/sync/device_info/device_info_sync_bridge.h

Issue 2658743002: [Sync] Add ProfileSyncService::GetModelTypeStoreFactory. (Closed)
Patch Set: Fix iOS PSS factory. 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/sync/device_info/device_info_sync_bridge.h
diff --git a/components/sync/device_info/device_info_sync_bridge.h b/components/sync/device_info/device_info_sync_bridge.h
index 2634df01af11e1b372d223657879e369c47165db..1ddbb2b7b4f7f9af384fc10ec33458c3b178cecb 100644
--- a/components/sync/device_info/device_info_sync_bridge.h
+++ b/components/sync/device_info/device_info_sync_bridge.h
@@ -34,11 +34,8 @@ namespace syncer {
class DeviceInfoSyncBridge : public ModelTypeSyncBridge,
public DeviceInfoTracker {
public:
- typedef base::Callback<void(const ModelTypeStore::InitCallback& callback)>
- StoreFactoryFunction;
-
DeviceInfoSyncBridge(LocalDeviceInfoProvider* local_device_info_provider,
- const StoreFactoryFunction& callback,
+ const ModelTypeStoreFactory& store_factory,
const ChangeProcessorFactory& change_processor_factory);
~DeviceInfoSyncBridge() override;
« no previous file with comments | « components/browser_sync/profile_sync_test_util.cc ('k') | components/sync/device_info/device_info_sync_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698