summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prefs/pref_notifier.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-10 18:53:21 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-10 18:53:21 +0000
commit8bac235e7c08c21851934cf771d7d473b3beca4d (patch)
treed4a139e5d1edd3a746011340d4aadbe33e813cba /chrome/browser/prefs/pref_notifier.cc
parent9e652efa6c344124a68a41ae41867a3b6b911666 (diff)
downloadchromium_src-8bac235e7c08c21851934cf771d7d473b3beca4d.zip
chromium_src-8bac235e7c08c21851934cf771d7d473b3beca4d.tar.gz
chromium_src-8bac235e7c08c21851934cf771d7d473b3beca4d.tar.bz2
Rename ChromeThread to BrowserThread Part13:
- Rename entries under appcache, automation, chromeos, cocoa, file_system, metrics, policy, prefs, remoting, search_engines and tab_contents. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3660002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/prefs/pref_notifier.cc')
-rw-r--r--chrome/browser/prefs/pref_notifier.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/prefs/pref_notifier.cc b/chrome/browser/prefs/pref_notifier.cc
index 3bb0628..7c02fc7 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,