Index: chrome/browser/prefs/pref_value_store.h |
diff --git a/chrome/browser/prefs/pref_value_store.h b/chrome/browser/prefs/pref_value_store.h |
index 1dd4abb0262dc08fd6d11653adae03c080ffc98c..8903eaed9715bedd9291f2ec4bb8fe0259615ab5 100644 |
--- a/chrome/browser/prefs/pref_value_store.h |
+++ b/chrome/browser/prefs/pref_value_store.h |
@@ -217,7 +217,7 @@ class PrefValueStore : public base::RefCountedThreadSafe<PrefValueStore> { |
// Called during policy refresh to do the ReadPrefs on the FILE thread. |
// RefreshPolicyPrefsOnFileThread takes ownership of the |callback| object. |
void RefreshPolicyPrefsOnFileThread( |
- ChromeThread::ID calling_thread_id, |
+ BrowserThread::ID calling_thread_id, |
PrefStore* new_managed_pref_store, |
PrefStore* new_recommended_pref_store, |
AfterRefreshCallback* callback); |