diff options
Diffstat (limited to 'chrome/browser/sync/profile_sync_components_factory_impl.h')
-rw-r--r-- | chrome/browser/sync/profile_sync_components_factory_impl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.h b/chrome/browser/sync/profile_sync_components_factory_impl.h index 5210469..5d3b4b5 100644 --- a/chrome/browser/sync/profile_sync_components_factory_impl.h +++ b/chrome/browser/sync/profile_sync_components_factory_impl.h @@ -22,8 +22,7 @@ class ProfileSyncComponentsFactoryImpl : public ProfileSyncComponentsFactory { virtual ~ProfileSyncComponentsFactoryImpl() {} // ProfileSyncComponentsFactory interface. - virtual ProfileSyncService* CreateProfileSyncService( - const std::string& cros_user) OVERRIDE; + virtual ProfileSyncService* CreateProfileSyncService() OVERRIDE; virtual void RegisterDataTypes(ProfileSyncService* pss) OVERRIDE; |