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

Unified Diff: chromeos/process_proxy/process_proxy_registry.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
« no previous file with comments | « chromeos/login_event_recorder.cc ('k') | chromeos/process_proxy/process_proxy_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chromeos/login_event_recorder.cc ('k') | chromeos/process_proxy/process_proxy_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698