| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index fdb0ed356d3a1568e960f02953c74073abe21117..30502be8f174fd76d0a700392fb508d0a296b16d 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -25,7 +25,7 @@ class ExtensionPrefs;
|
| class ExtensionPrefValueMap;
|
| class NetPrefObserver;
|
| class PrefService;
|
| -class ProfileSyncFactory;
|
| +class ProfileSyncComponentsFactory;
|
| class PromoResourceService;
|
| class SpeechInputPreferences;
|
| class SpellCheckProfile;
|
| @@ -228,7 +228,7 @@ class ProfileImpl : public Profile,
|
| scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
|
|
|
| scoped_ptr<TokenService> token_service_;
|
| - scoped_ptr<ProfileSyncFactory> profile_sync_factory_;
|
| + scoped_ptr<ProfileSyncComponentsFactory> profile_sync_factory_;
|
| scoped_ptr<ProfileSyncService> sync_service_;
|
|
|
| ProfileImplIOData::Handle io_data_;
|
|
|