| Index: chrome/browser/chromeos/printer_detector/legacy_printer_detector.cc
|
| diff --git a/chrome/browser/chromeos/printer_detector/legacy_printer_detector.cc b/chrome/browser/chromeos/printer_detector/legacy_printer_detector.cc
|
| index 0a0e450410e886e7845ebcd17bb3a9f0d2f1d392..e40dc517ae8bd104a9e3c76c99d5662a63937344 100644
|
| --- a/chrome/browser/chromeos/printer_detector/legacy_printer_detector.cc
|
| +++ b/chrome/browser/chromeos/printer_detector/legacy_printer_detector.cc
|
| @@ -230,7 +230,7 @@ class LegacyPrinterDetectorImpl : public PrinterDetector,
|
| return;
|
| }
|
|
|
| - if (!UsbDeviceIsPrinter(device)) {
|
| + if (!UsbDeviceIsPrinter(*device)) {
|
| return;
|
| }
|
|
|
|
|