Index: chrome/browser/sync/glue/shared_change_processor.h |
diff --git a/chrome/browser/sync/glue/shared_change_processor.h b/chrome/browser/sync/glue/shared_change_processor.h |
index b6d4d857e5730d70d8328dbc5641d8214ac3f91d..a15308ef0601eacf1f3005de9d6857ec2da55377 100644 |
--- a/chrome/browser/sync/glue/shared_change_processor.h |
+++ b/chrome/browser/sync/glue/shared_change_processor.h |
@@ -16,7 +16,7 @@ |
#include "chrome/browser/sync/api/sync_error.h" |
#include "chrome/browser/sync/engine/model_safe_worker.h" |
-class ProfileSyncFactory; |
+class ProfileSyncComponentsFactory; |
class ProfileSyncService; |
class SyncData; |
class SyncableService; |
@@ -56,7 +56,7 @@ class SharedChangeProcessor |
// Returns: true if successful, false if disconnected or |local_service| was |
// NULL. |
virtual bool Connect( |
- ProfileSyncFactory* sync_factory, |
+ ProfileSyncComponentsFactory* sync_factory, |
ProfileSyncService* sync_service, |
UnrecoverableErrorHandler* error_handler, |
const base::WeakPtr<SyncableService>& local_service); |