| Index: chrome/browser/extensions/extension_system_factory.cc
|
| diff --git a/chrome/browser/extensions/extension_system_factory.cc b/chrome/browser/extensions/extension_system_factory.cc
|
| index 956e7356539c7b87a2681f308ee0fbb8a7c49c07..80d4cdecc212c42a8383a704bc8f53656c2fab01 100644
|
| --- a/chrome/browser/extensions/extension_system_factory.cc
|
| +++ b/chrome/browser/extensions/extension_system_factory.cc
|
| @@ -52,8 +52,7 @@ bool ExtensionSystemSharedFactory::ServiceRedirectedInIncognito() {
|
| // ExtensionSystemFactory
|
|
|
| // static
|
| -ExtensionSystem* ExtensionSystemFactory::GetForProfile(
|
| - Profile* profile) {
|
| +ExtensionSystem* ExtensionSystemFactory::GetForProfile(Profile* profile) {
|
| return static_cast<ExtensionSystem*>(
|
| GetInstance()->GetServiceForProfile(profile, true));
|
| }
|
|
|