| Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.h
|
| diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.h b/chrome/browser/ui/webui/ntp/ntp_resource_cache.h
|
| index 8d020c0bc7de55faa915f58677b732dbad281d27..f960bab7402d1cc0739121ae6c56b067ba488d9e 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.h
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.h
|
| @@ -23,7 +23,7 @@ class RefCountedMemory;
|
| // This class keeps a cache of NTP resources (HTML and CSS) so we don't have to
|
| // regenerate them all the time.
|
| class NTPResourceCache : public content::NotificationObserver,
|
| - public ProfileKeyedService {
|
| + public BrowserContextKeyedService {
|
| public:
|
| explicit NTPResourceCache(Profile* profile);
|
| virtual ~NTPResourceCache();
|
|
|