| Index: chrome/browser/prefs/pref_notifier.cc
|
| diff --git a/chrome/browser/prefs/pref_notifier.cc b/chrome/browser/prefs/pref_notifier.cc
|
| index 3bb062878741fa54583e3b2eb19ca85cfc8cfbd3..7c02fc78cfe00337d7c5b7f35a33eca4336e2c67 100644
|
| --- a/chrome/browser/prefs/pref_notifier.cc
|
| +++ b/chrome/browser/prefs/pref_notifier.cc
|
| @@ -127,8 +127,8 @@ void PrefNotifier::Observe(NotificationType type,
|
| // The notification of the policy refresh can come from any thread,
|
| // but the manipulation of the PrefValueStore must happen on the UI
|
| // thread, thus the policy refresh must be explicitly started on it.
|
| - ChromeThread::PostTask(
|
| - ChromeThread::UI, FROM_HERE,
|
| + BrowserThread::PostTask(
|
| + BrowserThread::UI, FROM_HERE,
|
| NewRunnableMethod(
|
| pref_value_store_,
|
| &PrefValueStore::RefreshPolicyPrefs,
|
|
|