Index: chrome/browser/usb/usb_service.h |
diff --git a/chrome/browser/usb/usb_service.h b/chrome/browser/usb/usb_service.h |
index 716359bfeeae31f088a2ebcdf1d41f37212ee4be..3e9d34ec8615a9c55c38337209613ead4c293547 100644 |
--- a/chrome/browser/usb/usb_service.h |
+++ b/chrome/browser/usb/usb_service.h |
@@ -22,7 +22,7 @@ typedef libusb_context* PlatformUsbContext; |
// used to manage and dispatch USB events. It is also responsbile for device |
// discovery on the system, which allows it to re-use device handles to prevent |
// competition for the same USB device. |
-class UsbService : public ProfileKeyedService { |
+class UsbService : public BrowserContextKeyedService { |
public: |
UsbService(); |
virtual ~UsbService(); |