| Index: chrome/browser/extensions/api/image_writer_private/operation_manager.cc
|
| diff --git a/chrome/browser/extensions/api/image_writer_private/operation_manager.cc b/chrome/browser/extensions/api/image_writer_private/operation_manager.cc
|
| index 4cbfe2c208109ac36cd0fd8a22ea7ae7505533db..62409e497e26ecd4435a8a1ed47d8eb91a9bfd1b 100644
|
| --- a/chrome/browser/extensions/api/image_writer_private/operation_manager.cc
|
| +++ b/chrome/browser/extensions/api/image_writer_private/operation_manager.cc
|
| @@ -258,7 +258,7 @@ static base::LazyInstance<ProfileKeyedAPIFactory<OperationManager> >
|
|
|
| ProfileKeyedAPIFactory<OperationManager>*
|
| OperationManager::GetFactoryInstance() {
|
| - return &g_factory.Get();
|
| + return g_factory.Pointer();
|
| }
|
|
|
|
|
|
|