| Index: chrome/browser/signin/token_service.h
|
| diff --git a/chrome/browser/signin/token_service.h b/chrome/browser/signin/token_service.h
|
| index af9f2f4a1b708040a32f04b60e39086be9cfa578..b8667f8d79999f69c000f9b35a7916b7ed6fbf4a 100644
|
| --- a/chrome/browser/signin/token_service.h
|
| +++ b/chrome/browser/signin/token_service.h
|
| @@ -68,7 +68,7 @@ class URLRequestContextGetter;
|
| // The TokenService is a Profile member, so all calls are expected
|
| // from the UI thread.
|
| class TokenService : public GaiaAuthConsumer,
|
| - public ProfileKeyedService,
|
| + public BrowserContextKeyedService,
|
| public WebDataServiceConsumer {
|
| public:
|
| TokenService();
|
| @@ -102,7 +102,7 @@ class TokenService : public GaiaAuthConsumer,
|
| GoogleServiceAuthError error_;
|
| };
|
|
|
| - // ProfileKeyedService implementation.
|
| + // BrowserContextKeyedService implementation.
|
| virtual void Shutdown() OVERRIDE;
|
|
|
| // Methods to register or remove SigninDiagnosticObservers
|
|
|