diff options
Diffstat (limited to 'chrome/browser/ui/webui/ntp/ntp_resource_cache.h')
-rw-r--r-- | chrome/browser/ui/webui/ntp/ntp_resource_cache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.h b/chrome/browser/ui/webui/ntp/ntp_resource_cache.h index cee7e0e..b30b41f 100644 --- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.h +++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.h @@ -75,7 +75,8 @@ class NTPResourceCache : public content::NotificationObserver, scoped_refptr<base::RefCountedMemory> new_tab_incognito_css_; scoped_refptr<base::RefCountedMemory> new_tab_css_; content::NotificationRegistrar registrar_; - PrefChangeRegistrar pref_change_registrar_; + PrefChangeRegistrar profile_pref_change_registrar_; + PrefChangeRegistrar local_state_pref_change_registrar_; #endif // Set based on platform_util::IsSwipeTrackingFromScrollEventsEnabled. |