| 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 6ca9cacfabe937eb7ef63d50f74a1905d251bb15..88592e64ab56c6e3ff121169a8f7a8f099ac6689 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.
|
|
|