| Index: base/lazy_instance_unittest.cc
|
| diff --git a/base/lazy_instance_unittest.cc b/base/lazy_instance_unittest.cc
|
| index 9ccbbd556aa0c509b94899ad2be8ce4e099d6605..1a33e62d68cbd216e4a151ecb3b58a605daf092d 100644
|
| --- a/base/lazy_instance_unittest.cc
|
| +++ b/base/lazy_instance_unittest.cc
|
| @@ -133,8 +133,7 @@ TEST(LazyInstanceTest, LeakyLazyInstance) {
|
| bool deleted2 = false;
|
| {
|
| base::ShadowingAtExitManager shadow;
|
| - static base::LazyInstance<DeleteLogger,
|
| - base::LeakyLazyInstanceTraits<DeleteLogger> >
|
| + static base::LazyInstance<DeleteLogger>::Leaky
|
| test = LAZY_INSTANCE_INITIALIZER;
|
| test.Get().SetDeletedPtr(&deleted2);
|
| }
|
|
|