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

Unified Diff: ui/aura/env.cc

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: ui/aura/env.cc
diff --git a/ui/aura/env.cc b/ui/aura/env.cc
index 0b6b67fff5c1f86958bbc0679862a1b27c4a1372..967f73bd5a3675ef4dde644e54788603595c289d 100644
--- a/ui/aura/env.cc
+++ b/ui/aura/env.cc
@@ -30,7 +30,7 @@ namespace aura {
namespace {
// Env is thread local so that aura may be used on multiple threads.
-base::LazyInstance<base::ThreadLocalPointer<Env> >::Leaky lazy_tls_ptr =
+base::LazyInstance<base::ThreadLocalPointer<Env>>::Leaky lazy_tls_ptr =
LAZY_INSTANCE_INITIALIZER;
// Returns true if running inside of mus. Checks for mojo specific flag.

Powered by Google App Engine
This is Rietveld 408576698