| 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.
|
|
|