| 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 cee7e0ef817d07028554f3c5ceed18bfa5da82ed..b30b41fc74ea6ca40e1abb218a60fb6c4a9da0d9 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.
|
|
|