Index: chrome/browser/extensions/api/image_writer_private/removable_storage_provider.cc |
diff --git a/chrome/browser/extensions/api/image_writer_private/removable_storage_provider.cc b/chrome/browser/extensions/api/image_writer_private/removable_storage_provider.cc |
index 42b40f7f4991c25b16aa815056d858889ce3e8d1..6ad662c42bf3bcda5439fbd25ac93746a6504256 100644 |
--- a/chrome/browser/extensions/api/image_writer_private/removable_storage_provider.cc |
+++ b/chrome/browser/extensions/api/image_writer_private/removable_storage_provider.cc |
@@ -10,7 +10,8 @@ |
namespace extensions { |
// A device list to be returned when testing. |
-static base::LazyInstance<scoped_refptr<StorageDeviceList> > g_test_device_list; |
+static base::LazyInstance<scoped_refptr<StorageDeviceList>>::DestructorAtExit |
+ g_test_device_list = LAZY_INSTANCE_INITIALIZER; |
// TODO(haven): Udev code may be duplicated in the Chrome codebase. |
// https://code.google.com/p/chromium/issues/detail?id=284898 |