| Index: chrome/browser/local_discovery/service_discovery_client_mdns.cc
|
| diff --git a/chrome/browser/local_discovery/service_discovery_client_mdns.cc b/chrome/browser/local_discovery/service_discovery_client_mdns.cc
|
| index 74f21cf998b1e74c107e32050cdbde8084dc9f58..fbd077f91ca88f0dcb33ce184e42a0ff3191f93a 100644
|
| --- a/chrome/browser/local_discovery/service_discovery_client_mdns.cc
|
| +++ b/chrome/browser/local_discovery/service_discovery_client_mdns.cc
|
| @@ -92,9 +92,9 @@ class ServiceDiscoveryClientMdns::Proxy {
|
|
|
| private:
|
| scoped_refptr<ServiceDiscoveryClientMdns> client_;
|
| - base::WeakPtrFactory<Proxy> weak_ptr_factory_;
|
| // Delayed |mdns_runner_| tasks.
|
| std::vector<base::Closure> delayed_tasks_;
|
| + base::WeakPtrFactory<Proxy> weak_ptr_factory_;
|
| DISALLOW_COPY_AND_ASSIGN(Proxy);
|
| };
|
|
|
|
|