| Index: chrome/browser/safe_browsing/safe_browsing_service.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_service.cc b/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| index 2222296551531161b8d57d40d1ccc9cca94d5fbd..6af873b83398810fa31233077189806649557353 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| @@ -101,7 +101,7 @@ class SafeBrowsingServiceFactoryImpl : public SafeBrowsingServiceFactory {
|
| };
|
|
|
| static base::LazyInstance<SafeBrowsingServiceFactoryImpl>
|
| - g_safe_browsing_service_factory_impl(base::LINKER_INITIALIZED);
|
| + g_safe_browsing_service_factory_impl = LINKER_ZERO_INITIALIZED;
|
|
|
| struct SafeBrowsingService::WhiteListedEntry {
|
| int render_process_host_id;
|
|
|