| Index: chrome/browser/local_discovery/privet_http_asynchronous_factory.h
|
| diff --git a/chrome/browser/local_discovery/privet_http_asynchronous_factory.h b/chrome/browser/local_discovery/privet_http_asynchronous_factory.h
|
| index 388208135d2e3555dd30aa4dfcaaf4d4c3879d7e..656a9461b1d17f6b5bbd7d75d0c74f556ff3d3e8 100644
|
| --- a/chrome/browser/local_discovery/privet_http_asynchronous_factory.h
|
| +++ b/chrome/browser/local_discovery/privet_http_asynchronous_factory.h
|
| @@ -18,7 +18,6 @@ class URLRequestContextGetter;
|
| namespace local_discovery {
|
|
|
| class PrivetHTTPClient;
|
| -class ServiceDiscoveryClient;
|
|
|
| class PrivetHTTPResolution {
|
| public:
|
| @@ -34,7 +33,6 @@ class PrivetHTTPAsynchronousFactory {
|
| virtual ~PrivetHTTPAsynchronousFactory() {}
|
|
|
| static scoped_ptr<PrivetHTTPAsynchronousFactory> CreateInstance(
|
| - ServiceDiscoveryClient* service_discovery_client,
|
| net::URLRequestContextGetter* request_context);
|
|
|
| virtual scoped_ptr<PrivetHTTPResolution> CreatePrivetHTTP(
|
|
|