| Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| index 2b9c9b01750345eb31471c63dd51c719e56b608b..06d026c4234b07dce9a0e343b5cf24bb94ba63e0 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| @@ -79,7 +79,7 @@ class SafeBrowsingBlockingPageFactoryImpl
|
| }
|
|
|
| private:
|
| - friend struct base::DefaultLazyInstanceTraits<
|
| + friend struct base::LazyInstanceTraitsBase<
|
| SafeBrowsingBlockingPageFactoryImpl>;
|
|
|
| SafeBrowsingBlockingPageFactoryImpl() { }
|
| @@ -87,7 +87,7 @@ class SafeBrowsingBlockingPageFactoryImpl
|
| DISALLOW_COPY_AND_ASSIGN(SafeBrowsingBlockingPageFactoryImpl);
|
| };
|
|
|
| -static base::LazyInstance<SafeBrowsingBlockingPageFactoryImpl>
|
| +static base::LazyInstance<SafeBrowsingBlockingPageFactoryImpl>::DestructorAtExit
|
| g_safe_browsing_blocking_page_factory_impl = LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
|
|