Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(937)

Unified Diff: extensions/browser/api/system_storage/storage_info_provider.h

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)
Patch Set: l10n again Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/browser/api/system_storage/storage_info_provider.h
diff --git a/extensions/browser/api/system_storage/storage_info_provider.h b/extensions/browser/api/system_storage/storage_info_provider.h
index 9a6a47bbb7f02610f8d502b4bf596e50f47cf358..a6d6d78b2a26b7229eee457e840194f4a7878f91 100644
--- a/extensions/browser/api/system_storage/storage_info_provider.h
+++ b/extensions/browser/api/system_storage/storage_info_provider.h
@@ -73,7 +73,8 @@ class StorageInfoProvider : public SystemInfoProvider {
// the blocking pool, including fixed and removable devices.
bool QueryInfo() override;
- static base::LazyInstance<scoped_refptr<StorageInfoProvider> > provider_;
+ static base::LazyInstance<
+ scoped_refptr<StorageInfoProvider>>::DestructorAtExit provider_;
DISALLOW_COPY_AND_ASSIGN(StorageInfoProvider);
};

Powered by Google App Engine
This is Rietveld 408576698