| Index: chrome/browser/local_discovery/privet_http_impl.h
|
| diff --git a/chrome/browser/local_discovery/privet_http_impl.h b/chrome/browser/local_discovery/privet_http_impl.h
|
| index a027564a217c4dfd76bdb89da0d36ad01fd3cb35..bba696c0658ca25641721577bc6058bea9aad70e 100644
|
| --- a/chrome/browser/local_discovery/privet_http_impl.h
|
| +++ b/chrome/browser/local_discovery/privet_http_impl.h
|
| @@ -240,11 +240,7 @@ class PrivetHTTPClientImpl : public PrivetHTTPClient {
|
| PrivetHTTPClientImpl(
|
| const std::string& name,
|
| const net::HostPortPair& host_port,
|
| - net::URLRequestContextGetter* request_context);
|
| - PrivetHTTPClientImpl(
|
| - const std::string& name,
|
| - const net::HostPortPair& host_port,
|
| - const scoped_refptr<base::SingleThreadTaskRunner>& net_task_runner);
|
| + const scoped_refptr<net::URLRequestContextGetter>& context_getter);
|
| ~PrivetHTTPClientImpl() override;
|
|
|
| // PrivetHTTPClient implementation.
|
|
|