| Index: chrome/browser/usb/usb_context.h
|
| diff --git a/chrome/browser/usb/usb_context.h b/chrome/browser/usb/usb_context.h
|
| index 6cdb94694046053c1008dc15bce038ee1ca3dd90..934319d034ab5ae374119ec3a3b0c2279faeb5c2 100644
|
| --- a/chrome/browser/usb/usb_context.h
|
| +++ b/chrome/browser/usb/usb_context.h
|
| @@ -27,7 +27,7 @@ class UsbContext : public base::RefCountedThreadSafe<UsbContext> {
|
| friend class UsbService;
|
| friend class base::RefCountedThreadSafe<UsbContext>;
|
|
|
| - UsbContext();
|
| + explicit UsbContext(PlatformUsbContext context);
|
| virtual ~UsbContext();
|
|
|
| private:
|
|
|