| Index: chrome/browser/speech/chrome_speech_recognition_preferences.cc
|
| diff --git a/chrome/browser/speech/chrome_speech_recognition_preferences.cc b/chrome/browser/speech/chrome_speech_recognition_preferences.cc
|
| index aaf28678a865fcf6f06e3b9daafde1fa7a0215c5..d25cbc186158e9e0c10d7508b3db2c12c21f8ab9 100644
|
| --- a/chrome/browser/speech/chrome_speech_recognition_preferences.cc
|
| +++ b/chrome/browser/speech/chrome_speech_recognition_preferences.cc
|
| @@ -67,15 +67,15 @@ ChromeSpeechRecognitionPreferences::Factory::BuildServiceInstanceFor(
|
| }
|
|
|
| void ChromeSpeechRecognitionPreferences::Factory::RegisterUserPrefs(
|
| - PrefRegistrySyncable* prefs) {
|
| + user_prefs::PrefRegistrySyncable* prefs) {
|
| prefs->RegisterBooleanPref(
|
| prefs::kSpeechRecognitionFilterProfanities,
|
| kDefaultFilterProfanities,
|
| - PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
|
|
| prefs->RegisterListPref(
|
| prefs::kSpeechRecognitionTrayNotificationShownContexts,
|
| - PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| }
|
|
|
| bool ChromeSpeechRecognitionPreferences::Factory::
|
|
|