| 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 1029b43cd2470514356c25bd1ec84401f76d9492..a8b66b02e075b67a079a5bda1d0c3cc1a7598fc1 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.h
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.h
|
| @@ -9,6 +9,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "chrome/browser/prefs/pref_change_registrar.h"
|
| +#include "chrome/browser/profiles/profile_keyed_service.h"
|
| #include "content/common/notification_observer.h"
|
| #include "content/common/notification_registrar.h"
|
|
|
| @@ -17,7 +18,8 @@ class RefCountedBytes;
|
|
|
| // 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 NotificationObserver {
|
| +class NTPResourceCache : public NotificationObserver,
|
| + public ProfileKeyedService {
|
| public:
|
| explicit NTPResourceCache(Profile* profile);
|
| virtual ~NTPResourceCache();
|
|
|