| Index: chrome/browser/sync/glue/shared_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/shared_change_processor.cc b/chrome/browser/sync/glue/shared_change_processor.cc
|
| index 54c102473fb17d725507aa01c2faf13f1cf0e925..d61d36cbd86af4ef4a43907cf00087f30b0d1247 100644
|
| --- a/chrome/browser/sync/glue/shared_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/shared_change_processor.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "chrome/browser/sync/api/sync_change.h"
|
| #include "chrome/browser/sync/glue/generic_change_processor.h"
|
| -#include "chrome/browser/sync/profile_sync_factory.h"
|
| +#include "chrome/browser/sync/profile_sync_components_factory.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| @@ -31,7 +31,7 @@ SharedChangeProcessor::~SharedChangeProcessor() {
|
| }
|
|
|
| bool SharedChangeProcessor::Connect(
|
| - ProfileSyncFactory* sync_factory,
|
| + ProfileSyncComponentsFactory* sync_factory,
|
| ProfileSyncService* sync_service,
|
| UnrecoverableErrorHandler* error_handler,
|
| const base::WeakPtr<SyncableService>& local_service) {
|
|
|