| Index: chrome/browser/local_discovery/privet_local_printer_lister.cc
|
| diff --git a/chrome/browser/local_discovery/privet_local_printer_lister.cc b/chrome/browser/local_discovery/privet_local_printer_lister.cc
|
| index c185cab8d7aae1a6cc708736fbe90b75177b258e..2dc8fa9b6bd2c1c53bd4cd5318eb72ad8b95af59 100644
|
| --- a/chrome/browser/local_discovery/privet_local_printer_lister.cc
|
| +++ b/chrome/browser/local_discovery/privet_local_printer_lister.cc
|
| @@ -35,8 +35,7 @@ PrivetLocalPrinterLister::PrivetLocalPrinterLister(
|
| privet_lister_.reset(
|
| new PrivetDeviceListerImpl(service_discovery_client, this));
|
| privet_http_factory_ = PrivetHTTPAsynchronousFactory::CreateInstance(
|
| - service_discovery_client,
|
| - request_context);
|
| + service_discovery_client, request_context);
|
| }
|
|
|
| PrivetLocalPrinterLister::~PrivetLocalPrinterLister() {
|
|
|