| Index: chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.cc b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| index f20a54c01d9c77b4a1e1c106f95ded0ab5cb15ba..3d45609b036b21063b86a9cccaecc10076d0671b 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| @@ -87,7 +87,7 @@ ProfileSyncComponentsFactoryImpl::ProfileSyncComponentsFactoryImpl(
|
| : profile_(profile),
|
| command_line_(command_line),
|
| extension_system_(
|
| - ExtensionSystemFactory::GetForProfile(profile)) {
|
| + ExtensionSystem::Get(profile)) {
|
| }
|
|
|
| void ProfileSyncComponentsFactoryImpl::RegisterDataTypes(
|
|
|