| Index: net/base/dns_reloader.cc
|
| diff --git a/net/base/dns_reloader.cc b/net/base/dns_reloader.cc
|
| index 04abcb18552a65c9a452a6519862f42376290df5..9c7f644491fa16b5c221bdf46c6ffe1adcdae8d9 100644
|
| --- a/net/base/dns_reloader.cc
|
| +++ b/net/base/dns_reloader.cc
|
| @@ -102,8 +102,8 @@ class DnsReloader : public net::NetworkChangeNotifier::DNSObserver {
|
| // static
|
| base::ThreadLocalStorage::StaticSlot DnsReloader::tls_index_ = TLS_INITIALIZER;
|
|
|
| -base::LazyInstance<DnsReloader>::Leaky
|
| - g_dns_reloader = LAZY_INSTANCE_INITIALIZER;
|
| +base::LazyInstance<DnsReloader>::Leaky g_dns_reloader =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| } // namespace
|
|
|
|
|