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

Unified Diff: chromeos/process_proxy/process_proxy_registry.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: chromeos/process_proxy/process_proxy_registry.h
diff --git a/chromeos/process_proxy/process_proxy_registry.h b/chromeos/process_proxy/process_proxy_registry.h
index 093e0fd57d79a9ea0bd478a3d54c2697e5e37c5d..428a61c1ec250f3a18ac359ce168fd5432c0e3c4 100644
--- a/chromeos/process_proxy/process_proxy_registry.h
+++ b/chromeos/process_proxy/process_proxy_registry.h
@@ -58,7 +58,7 @@ class CHROMEOS_EXPORT ProcessProxyRegistry : public base::NonThreadSafe {
void ShutDown();
private:
- friend struct ::base::DefaultLazyInstanceTraits<ProcessProxyRegistry>;
+ friend struct ::base::LazyInstanceTraitsBase<ProcessProxyRegistry>;
ProcessProxyRegistry();
~ProcessProxyRegistry();

Powered by Google App Engine
This is Rietveld 408576698