| Index: chrome/browser/extensions/api/content_settings/content_settings_store.cc
|
| diff --git a/chrome/browser/extensions/api/content_settings/content_settings_store.cc b/chrome/browser/extensions/api/content_settings/content_settings_store.cc
|
| index 6f0c1c9c66c39d2b25749ec0f41dfbfffdfcd1a1..12f9a270e504fd8a25b945ccc169a4b3d9739422 100644
|
| --- a/chrome/browser/extensions/api/content_settings/content_settings_store.cc
|
| +++ b/chrome/browser/extensions/api/content_settings/content_settings_store.cc
|
| @@ -286,7 +286,7 @@ void ContentSettingsStore::SetExtensionContentSettingFromList(
|
| ExtensionPrefsScope scope) {
|
| for (base::ListValue::const_iterator it = list->begin();
|
| it != list->end(); ++it) {
|
| - if ((*it)->GetType() != Value::TYPE_DICTIONARY) {
|
| + if ((*it)->GetType() != base::Value::TYPE_DICTIONARY) {
|
| NOTREACHED();
|
| continue;
|
| }
|
|
|