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 c7aba0b609b89b6c788fab91fb77f41ad135049b..6f15f1cbe2adf7f03eba08d7e4483ba483363de3 100644 |
--- a/chrome/browser/safe_browsing/safe_browsing_service.cc |
+++ b/chrome/browser/safe_browsing/safe_browsing_service.cc |
@@ -142,7 +142,7 @@ class SafeBrowsingServiceFactoryImpl : public SafeBrowsingServiceFactory { |
DISALLOW_COPY_AND_ASSIGN(SafeBrowsingServiceFactoryImpl); |
}; |
-static base::LazyInstance<SafeBrowsingServiceFactoryImpl> |
+static base::LazyInstance<SafeBrowsingServiceFactoryImpl>::Leaky |
g_safe_browsing_service_factory_impl = LAZY_INSTANCE_INITIALIZER; |
// static |