| Index: chrome/browser/local_discovery/test_service_discovery_client.h
|
| diff --git a/chrome/browser/local_discovery/test_service_discovery_client.h b/chrome/browser/local_discovery/test_service_discovery_client.h
|
| index 3d9fb81fd9275bc9d07d4131f38b329fd7f33713..92a14d9a4bc51b4eadf2697d6d7e772e18c76c07 100644
|
| --- a/chrome/browser/local_discovery/test_service_discovery_client.h
|
| +++ b/chrome/browser/local_discovery/test_service_discovery_client.h
|
| @@ -38,7 +38,7 @@ class TestServiceDiscoveryClient : public ServiceDiscoverySharedClient {
|
| ~TestServiceDiscoveryClient();
|
|
|
| // Owned by mdns_client_impl_.
|
| - net::MockMDnsSocketFactory* mock_socket_factory_;
|
| + net::MockMDnsSocketFactory mock_socket_factory_;
|
| scoped_ptr<net::MDnsClient> mdns_client_;
|
| scoped_ptr<ServiceDiscoveryClient> service_discovery_client_impl_;
|
| };
|
|
|