Index: chrome/browser/sync/glue/frontend_data_type_controller.h |
diff --git a/chrome/browser/sync/glue/frontend_data_type_controller.h b/chrome/browser/sync/glue/frontend_data_type_controller.h |
index 73a4b210c2bb49889ce618836ba5ae0d18ead242..912dce218ab5811b23471dd947516728e3cb284e 100644 |
--- a/chrome/browser/sync/glue/frontend_data_type_controller.h |
+++ b/chrome/browser/sync/glue/frontend_data_type_controller.h |
@@ -15,7 +15,7 @@ |
class Profile; |
class ProfileSyncService; |
-class ProfileSyncFactory; |
+class ProfileSyncComponentsFactory; |
class SyncError; |
namespace base { class TimeDelta; } |
@@ -41,7 +41,7 @@ class ChangeProcessor; |
class FrontendDataTypeController : public DataTypeController { |
public: |
FrontendDataTypeController( |
- ProfileSyncFactory* profile_sync_factory, |
+ ProfileSyncComponentsFactory* profile_sync_factory, |
Profile* profile, |
ProfileSyncService* sync_service); |
virtual ~FrontendDataTypeController(); |
@@ -104,7 +104,7 @@ class FrontendDataTypeController : public DataTypeController { |
virtual ChangeProcessor* change_processor() const; |
virtual void set_change_processor(ChangeProcessor* processor); |
- ProfileSyncFactory* const profile_sync_factory_; |
+ ProfileSyncComponentsFactory* const profile_sync_factory_; |
Profile* const profile_; |
ProfileSyncService* const sync_service_; |