diff options
Diffstat (limited to 'chrome/browser/usb/usb_service_factory.h')
-rw-r--r-- | chrome/browser/usb/usb_service_factory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/usb/usb_service_factory.h b/chrome/browser/usb/usb_service_factory.h index 7a4b691..7ef21e6 100644 --- a/chrome/browser/usb/usb_service_factory.h +++ b/chrome/browser/usb/usb_service_factory.h @@ -11,7 +11,7 @@ class Profile; class UsbService; -class UsbServiceFactory : public ProfileKeyedServiceFactory { +class UsbServiceFactory : public BrowserContextKeyedServiceFactory { public: static UsbService* GetForProfile(Profile* profile); static bool HasUsbService(Profile* profile); @@ -24,7 +24,7 @@ class UsbServiceFactory : public ProfileKeyedServiceFactory { UsbServiceFactory(); virtual ~UsbServiceFactory(); - virtual ProfileKeyedService* BuildServiceInstanceFor( + virtual BrowserContextKeyedService* BuildServiceInstanceFor( content::BrowserContext* profile) const OVERRIDE; }; |