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

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

Issue 2533083002: [Sync] SyncEngine refactor part 1: interfaces. (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « components/sync/driver/sync_api_component_factory.h ('k') | components/sync/driver/sync_frontend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/sync_api_component_factory_mock.h
diff --git a/components/sync/driver/sync_api_component_factory_mock.h b/components/sync/driver/sync_api_component_factory_mock.h
index a4a7965d8922798bfe131779d880de8106df9a51..586543f3a7c7e84d3727c748010269e92b8cfa07 100644
--- a/components/sync/driver/sync_api_component_factory_mock.h
+++ b/components/sync/driver/sync_api_component_factory_mock.h
@@ -33,13 +33,13 @@ class SyncApiComponentFactoryMock : public SyncApiComponentFactory {
DataTypeManager*(const WeakHandle<DataTypeDebugInfoListener>&,
const DataTypeController::TypeMap*,
const DataTypeEncryptionHandler*,
- SyncBackendHost*,
+ SyncEngine*,
DataTypeManagerObserver* observer));
- MOCK_METHOD4(CreateSyncBackendHost,
- SyncBackendHost*(const std::string& name,
- invalidation::InvalidationService* invalidator,
- const base::WeakPtr<SyncPrefs>& sync_prefs,
- const base::FilePath& sync_folder));
+ MOCK_METHOD4(CreateSyncEngine,
+ SyncEngine*(const std::string& name,
+ invalidation::InvalidationService* invalidator,
+ const base::WeakPtr<SyncPrefs>& sync_prefs,
+ const base::FilePath& sync_folder));
std::unique_ptr<LocalDeviceInfoProvider> CreateLocalDeviceInfoProvider()
override;
« no previous file with comments | « components/sync/driver/sync_api_component_factory.h ('k') | components/sync/driver/sync_frontend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698