| Index: chrome/browser/chromeos/printing/usb_printer_util.h
|
| diff --git a/chrome/browser/chromeos/printing/usb_printer_util.h b/chrome/browser/chromeos/printing/usb_printer_util.h
|
| index 5ce404eb5bd117d4c5baeeaa00d0baeb0d302919..4a36086746f75885bd73d5a651a4ff46209d46fc 100644
|
| --- a/chrome/browser/chromeos/printing/usb_printer_util.h
|
| +++ b/chrome/browser/chromeos/printing/usb_printer_util.h
|
| @@ -20,7 +20,7 @@ namespace chromeos {
|
|
|
| class Printer;
|
|
|
| -bool UsbDeviceIsPrinter(scoped_refptr<device::UsbDevice> usb_device);
|
| +bool UsbDeviceIsPrinter(const device::UsbDevice& usb_device);
|
|
|
| // Convert the interesting details of a device to a string, for
|
| // logging/debugging.
|
|
|