| 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));
|
|
|