Chromium Code Reviews| 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..eb6f462fa03fdef81d851c9125828055451a2b00 100644 |
| --- a/chrome/browser/local_discovery/privet_http_asynchronous_factory.h |
| +++ b/chrome/browser/local_discovery/privet_http_asynchronous_factory.h |
| @@ -18,7 +18,7 @@ class URLRequestContextGetter; |
| namespace local_discovery { |
| class PrivetHTTPClient; |
| -class ServiceDiscoveryClient; |
| +class ServiceDiscoverySharedClient; |
|
Aleksey Shlyapnikov
2015/02/25 01:35:38
Why do you need this declaration in this header fi
Vitaly Buka (NO REVIEWS)
2015/02/25 01:37:09
thanks, I don't
|
| class PrivetHTTPResolution { |
| public: |
| @@ -34,7 +34,6 @@ class PrivetHTTPAsynchronousFactory { |
| virtual ~PrivetHTTPAsynchronousFactory() {} |
| static scoped_ptr<PrivetHTTPAsynchronousFactory> CreateInstance( |
| - ServiceDiscoveryClient* service_discovery_client, |
| net::URLRequestContextGetter* request_context); |
| virtual scoped_ptr<PrivetHTTPResolution> CreatePrivetHTTP( |