| Index: chrome/browser/extensions/token_cache/token_cache_service.h
|
| diff --git a/chrome/browser/extensions/token_cache/token_cache_service.h b/chrome/browser/extensions/token_cache/token_cache_service.h
|
| index fab1be489397e9869dee8b8e4b58e825e81dbaad..70ee415ba9bc13aa2efbc39b585feef69ba87b63 100644
|
| --- a/chrome/browser/extensions/token_cache/token_cache_service.h
|
| +++ b/chrome/browser/extensions/token_cache/token_cache_service.h
|
| @@ -26,7 +26,7 @@ namespace extensions {
|
| // This class caches tokens for the current user. It will clear tokens out
|
| // when the user logs out or after the specified timeout interval, or when
|
| // the instance of chrome shuts down.
|
| -class TokenCacheService : public ProfileKeyedService,
|
| +class TokenCacheService : public BrowserContextKeyedService,
|
| public content::NotificationObserver {
|
| public:
|
| explicit TokenCacheService(Profile* profile);
|
|
|