Index: chrome/service/service_process_prefs.cc |
diff --git a/chrome/service/service_process_prefs.cc b/chrome/service/service_process_prefs.cc |
index 8eb29622038a08c679a9de185de8822094016088..45678dedf6da56c4f5bda13c3b04fef7f9c42b5f 100644 |
--- a/chrome/service/service_process_prefs.cc |
+++ b/chrome/service/service_process_prefs.cc |
@@ -48,7 +48,7 @@ void ServiceProcessPrefs::GetDictionary(const std::string& key, |
const DictionaryValue** result) { |
const Value* value; |
if (prefs_->GetValue(key, &value) != PersistentPrefStore::READ_OK || |
- !value->IsType(Value::TYPE_DICTIONARY)) { |
+ !value->IsDictionary()) { |
return; |
} |