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..2374ca419c30610b60df0d51c5fc58ea1bebb65c 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 = LAZY_INSTANCE_INITIALIZER; |
struct SafeBrowsingService::WhiteListedEntry { |
int render_process_host_id; |