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

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

Issue 8596017: sync: rename ProfileSyncFactory to ProfileSyncComponentsFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final Created 9 years, 1 month 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/shared_change_processor_mock.h
diff --git a/chrome/browser/sync/glue/shared_change_processor_mock.h b/chrome/browser/sync/glue/shared_change_processor_mock.h
index 8e74f88c9af4b3144fe40cc985aaf2400c6d3f79..035910aa55eb14d453d4869d21034952793b7a3b 100644
--- a/chrome/browser/sync/glue/shared_change_processor_mock.h
+++ b/chrome/browser/sync/glue/shared_change_processor_mock.h
@@ -18,7 +18,7 @@ class SharedChangeProcessorMock : public SharedChangeProcessor {
SharedChangeProcessorMock();
MOCK_METHOD4(Connect, bool(
- ProfileSyncFactory* sync_factory,
+ ProfileSyncComponentsFactory* sync_factory,
ProfileSyncService* sync_service,
UnrecoverableErrorHandler* error_handler,
const base::WeakPtr<SyncableService>& local_service));
« no previous file with comments | « chrome/browser/sync/glue/shared_change_processor.cc ('k') | chrome/browser/sync/glue/theme_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698