| 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 aaa05ff03c78ca6a3adb6ee370923216a3cd306b..036ce23554cd21d548e37c32b7bd86e4fb6d8f32 100644
 | 
| --- a/chrome/browser/extensions/api/image_writer_private/operation_manager.cc
 | 
| +++ b/chrome/browser/extensions/api/image_writer_private/operation_manager.cc
 | 
| @@ -277,8 +277,8 @@ OperationManager* OperationManager::Get(content::BrowserContext* context) {
 | 
|    return BrowserContextKeyedAPIFactory<OperationManager>::Get(context);
 | 
|  }
 | 
|  
 | 
| -static base::LazyInstance<BrowserContextKeyedAPIFactory<OperationManager> >
 | 
| -    g_factory = LAZY_INSTANCE_INITIALIZER;
 | 
| +static base::LazyInstance<BrowserContextKeyedAPIFactory<OperationManager>>::
 | 
| +    DestructorAtExit g_factory = LAZY_INSTANCE_INITIALIZER;
 | 
|  
 | 
|  BrowserContextKeyedAPIFactory<OperationManager>*
 | 
|  OperationManager::GetFactoryInstance() {
 | 
| 
 |