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

Unified Diff: chrome/browser/sync/glue/non_frontend_data_type_controller_mock.h

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/glue/non_frontend_data_type_controller_mock.h
diff --git a/chrome/browser/sync/glue/non_frontend_data_type_controller_mock.h b/chrome/browser/sync/glue/non_frontend_data_type_controller_mock.h
index d49eee5be5b7a68809c5ccb74ea195c03de982da..72948821b0b4f3f2724fcd0749f78d72ff5d1c81 100644
--- a/chrome/browser/sync/glue/non_frontend_data_type_controller_mock.h
+++ b/chrome/browser/sync/glue/non_frontend_data_type_controller_mock.h
@@ -37,7 +37,7 @@ class NonFrontendDataTypeControllerMock : public NonFrontendDataTypeController {
const base::Closure&));
MOCK_METHOD0(StartAssociation, void());
MOCK_METHOD0(CreateSyncComponents,
- ProfileSyncComponentsFactory::SyncComponents());
+ sync_driver::SyncApiComponentFactory::SyncComponents());
MOCK_METHOD3(StartDone,
void(DataTypeController::ConfigureResult result,
const syncer::SyncMergeResult& local_merge_result,

Powered by Google App Engine
This is Rietveld 408576698