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

Unified Diff: extensions/browser/api/bluetooth_low_energy/bluetooth_api_advertisement.cc

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/bluetooth_low_energy/bluetooth_api_advertisement.cc
diff --git a/extensions/browser/api/bluetooth_low_energy/bluetooth_api_advertisement.cc b/extensions/browser/api/bluetooth_low_energy/bluetooth_api_advertisement.cc
index 3f3dcdfe1cd944a4b842ba84707a8c1fb9a90d3b..d8de603f4af74b983e04202c58583b964dd98be0 100644
--- a/extensions/browser/api/bluetooth_low_energy/bluetooth_api_advertisement.cc
+++ b/extensions/browser/api/bluetooth_low_energy/bluetooth_api_advertisement.cc
@@ -12,7 +12,7 @@ namespace extensions {
// static
static base::LazyInstance<BrowserContextKeyedAPIFactory<
- ApiResourceManager<BluetoothApiAdvertisement>>>
+ ApiResourceManager<BluetoothApiAdvertisement>>>::DestructorAtExit
g_server_factory = LAZY_INSTANCE_INITIALIZER;
// static

Powered by Google App Engine
This is Rietveld 408576698