| Index: content/browser/notification_service_impl.cc
|
| diff --git a/content/browser/notification_service_impl.cc b/content/browser/notification_service_impl.cc
|
| index b732ca7cf4000ba7d16cecff50701051e416a0c0..de2176990eb01ebfb563125562b9683ac0606dc1 100644
|
| --- a/content/browser/notification_service_impl.cc
|
| +++ b/content/browser/notification_service_impl.cc
|
| @@ -13,8 +13,8 @@ namespace content {
|
|
|
| namespace {
|
|
|
| -base::LazyInstance<base::ThreadLocalPointer<NotificationServiceImpl> >
|
| - lazy_tls_ptr = LAZY_INSTANCE_INITIALIZER;
|
| +base::LazyInstance<base::ThreadLocalPointer<NotificationServiceImpl>>::
|
| + DestructorAtExit lazy_tls_ptr = LAZY_INSTANCE_INITIALIZER;
|
|
|
| } // namespace
|
|
|
|
|