| Index: chrome/browser/extensions/token_cache/token_cache_service_factory.h
|
| diff --git a/chrome/browser/extensions/token_cache/token_cache_service_factory.h b/chrome/browser/extensions/token_cache/token_cache_service_factory.h
|
| index 3767fe3cfbedcab87bfc7f190ea652f2aa443317..14eff8c98836616bba3825b03a6761f934f03a35 100644
|
| --- a/chrome/browser/extensions/token_cache/token_cache_service_factory.h
|
| +++ b/chrome/browser/extensions/token_cache/token_cache_service_factory.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/singleton.h"
|
| -#include "components/browser_context_keyed_service/browser_context_keyed_service_factory.h"
|
| +#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
|
|
|
| class Profile;
|
|
|
| @@ -27,7 +27,7 @@ class TokenCacheServiceFactory : public BrowserContextKeyedServiceFactory {
|
| friend struct DefaultSingletonTraits<TokenCacheServiceFactory>;
|
|
|
| // Inherited from BrowserContextKeyedServiceFactory:
|
| - virtual BrowserContextKeyedService* BuildServiceInstanceFor(
|
| + virtual KeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TokenCacheServiceFactory);
|
|
|