| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 18c1d9108d1a1122cfb403f9ad74ba1be76fae48..30c73a5822f240339cc5ee61bd71d2964f562ea8 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -72,7 +72,7 @@
|
| #include "chrome/browser/speech/chrome_speech_input_manager.h"
|
| #include "chrome/browser/speech/chrome_speech_input_preferences.h"
|
| #include "chrome/browser/spellchecker/spellcheck_profile.h"
|
| -#include "chrome/browser/sync/profile_sync_factory_impl.h"
|
| +#include "chrome/browser/sync/profile_sync_components_factory_impl.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/tabs/pinned_tab_service_factory.h"
|
| #include "chrome/browser/transport_security_persister.h"
|
| @@ -1351,7 +1351,8 @@ ProfileSyncService* ProfileImpl::GetProfileSyncService(
|
|
|
| void ProfileImpl::InitSyncService(const std::string& cros_user) {
|
| profile_sync_factory_.reset(
|
| - new ProfileSyncFactoryImpl(this, CommandLine::ForCurrentProcess()));
|
| + new ProfileSyncComponentsFactoryImpl(this,
|
| + CommandLine::ForCurrentProcess()));
|
| sync_service_.reset(
|
| profile_sync_factory_->CreateProfileSyncService(cros_user));
|
| profile_sync_factory_->RegisterDataTypes(sync_service_.get());
|
|
|