| Index: chrome/browser/extensions/api/api_resource_manager.h
|
| diff --git a/chrome/browser/extensions/api/api_resource_manager.h b/chrome/browser/extensions/api/api_resource_manager.h
|
| index 14e3e01e2dbdeed40427dea592984b74ef00c16c..bfa923a2e31c8247746b38fceb01aecc21c30aaf 100644
|
| --- a/chrome/browser/extensions/api/api_resource_manager.h
|
| +++ b/chrome/browser/extensions/api/api_resource_manager.h
|
| @@ -24,7 +24,7 @@ namespace extensions {
|
| // An ApiResourceManager manages the lifetime of a set of resources that
|
| // ApiFunctions use. Examples are sockets or USB connections.
|
| template <class T>
|
| -class ApiResourceManager : public ProfileKeyedService,
|
| +class ApiResourceManager : public BrowserContextKeyedService,
|
| public base::NonThreadSafe,
|
| public content::NotificationObserver {
|
| public:
|
|
|