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

Unified Diff: content/browser/bluetooth/bluetooth_blocklist.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: content/browser/bluetooth/bluetooth_blocklist.h
diff --git a/content/browser/bluetooth/bluetooth_blocklist.h b/content/browser/bluetooth/bluetooth_blocklist.h
index 78e3b8a27b2dab8a521e0d42f736809c61bb04d6..71807e41ce07ab2b3c40782e0eda735b333af705 100644
--- a/content/browser/bluetooth/bluetooth_blocklist.h
+++ b/content/browser/bluetooth/bluetooth_blocklist.h
@@ -85,7 +85,7 @@ class CONTENT_EXPORT BluetoothBlocklist final {
private:
// friend LazyInstance to permit access to private constructor.
- friend base::DefaultLazyInstanceTraits<BluetoothBlocklist>;
+ friend base::LazyInstanceTraitsBase<BluetoothBlocklist>;
BluetoothBlocklist();
« no previous file with comments | « content/browser/appcache/appcache_navigation_handle_core.cc ('k') | content/browser/browser_child_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698