| 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 f9ffb43709fc40408fe4b8eb150af42fdc0c227c..ef5ebc26a2b5a0b8677ecabca7312116b6aef589 100644
|
| --- a/chrome/browser/local_discovery/privet_local_printer_lister.cc
|
| +++ b/chrome/browser/local_discovery/privet_local_printer_lister.cc
|
| @@ -31,7 +31,7 @@ PrivetLocalPrinterLister::PrivetLocalPrinterLister(
|
| privet_lister_.reset(
|
| new PrivetDeviceListerImpl(service_discovery_client, this));
|
| privet_http_factory_ = PrivetHTTPAsynchronousFactory::CreateInstance(
|
| - service_discovery_client, request_context);
|
| + request_context);
|
| }
|
|
|
| PrivetLocalPrinterLister::~PrivetLocalPrinterLister() {
|
|
|