Index: chrome/browser/policy/configuration_policy_provider_mac_unittest.cc |
diff --git a/chrome/browser/policy/configuration_policy_provider_mac_unittest.cc b/chrome/browser/policy/configuration_policy_provider_mac_unittest.cc |
index 512307f11c38b0fa0b25302ee69238a56078d83f..8b3e9c7693254df5b5cb9e38224c6778512622d2 100644 |
--- a/chrome/browser/policy/configuration_policy_provider_mac_unittest.cc |
+++ b/chrome/browser/policy/configuration_policy_provider_mac_unittest.cc |
@@ -78,7 +78,7 @@ class PolicyTestParams { |
&kCFTypeArrayCallBacks)); |
for (ListValue::const_iterator element(list->begin()); |
element != list->end(); ++element) { |
- if (!(*element)->IsType(Value::TYPE_STRING)) |
+ if (!(*element)->IsString()) |
return NULL; |
std::string element_value; |
if (!(*element)->GetAsString(&element_value)) |