Chromium Code Reviews| Index: mojo/shell/context.cc |
| diff --git a/mojo/shell/context.cc b/mojo/shell/context.cc |
| index 608fc53130d534415dfd7f19c24902574141cc49..b47967e59c795a516a138ae48bec6ded77f5873e 100644 |
| --- a/mojo/shell/context.cc |
| +++ b/mojo/shell/context.cc |
| @@ -54,7 +54,7 @@ class Setup { |
| DISALLOW_COPY_AND_ASSIGN(Setup); |
| }; |
| -static base::LazyInstance<Setup> setup = LAZY_INSTANCE_INITIALIZER; |
| +static base::LazyInstance<Setup>::Leaky setup = LAZY_INSTANCE_INITIALIZER; |
| } // namespace |