diff options
Diffstat (limited to 'chrome/browser/pref_service.cc')
-rw-r--r-- | chrome/browser/pref_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/pref_service.cc b/chrome/browser/pref_service.cc index fa2d004..24a3f96 100644 --- a/chrome/browser/pref_service.cc +++ b/chrome/browser/pref_service.cc @@ -822,7 +822,7 @@ void PrefService::Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details) { if (type == NotificationType::POLICY_CHANGED) { - PrefValueStore::AfterRefreshCallback callback = + PrefValueStore::AfterRefreshCallback* callback = NewCallback(this, &PrefService::FireObserversForRefreshedManagedPrefs); // The notification of the policy refresh can come from any thread, |