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

Unified Diff: chrome/browser/usb/usb_blocklist.h

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)
Patch Set: 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: chrome/browser/usb/usb_blocklist.h
diff --git a/chrome/browser/usb/usb_blocklist.h b/chrome/browser/usb/usb_blocklist.h
index 4a444f95a20f0a3ee1966692e40a51ab7a5a43e2..bc5a9159581153c837e37492f30a749d202ca343 100644
--- a/chrome/browser/usb/usb_blocklist.h
+++ b/chrome/browser/usb/usb_blocklist.h
@@ -66,7 +66,7 @@ class UsbBlocklist final {
private:
// friend LazyInstance to permit access to private constructor.
- friend base::DefaultLazyInstanceTraits<UsbBlocklist>;
+ friend base::LazyInstanceTraitsBase<UsbBlocklist>;
UsbBlocklist();

Powered by Google App Engine
This is Rietveld 408576698