| Index: chrome/browser/extensions/api/image_writer_private/operation.cc
|
| diff --git a/chrome/browser/extensions/api/image_writer_private/operation.cc b/chrome/browser/extensions/api/image_writer_private/operation.cc
|
| index f06a7cc7e373f2d833bdaaac65f4d990f5d8e847..735915b10829c33bb2d797241fb54a2bf720797b 100644
|
| --- a/chrome/browser/extensions/api/image_writer_private/operation.cc
|
| +++ b/chrome/browser/extensions/api/image_writer_private/operation.cc
|
| @@ -24,8 +24,8 @@ using content::BrowserThread;
|
| const int kMD5BufferSize = 1024;
|
|
|
| #if !defined(OS_CHROMEOS)
|
| -static base::LazyInstance<scoped_refptr<ImageWriterUtilityClient> >
|
| - g_utility_client = LAZY_INSTANCE_INITIALIZER;
|
| +static base::LazyInstance<scoped_refptr<ImageWriterUtilityClient>>::
|
| + DestructorAtExit g_utility_client = LAZY_INSTANCE_INITIALIZER;
|
| #endif
|
|
|
| Operation::Operation(base::WeakPtr<OperationManager> manager,
|
|
|