| Index: chrome/browser/ui/webui/options/content_settings_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| index b3ec85ba3eae39cf88e9e85bb5f1e66b11952755..4649e6484ce4095d68a62841ab65c34c31187cb5 100644
|
| --- a/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| @@ -722,7 +722,7 @@ void ContentSettingsHandler::OnContentSettingChanged(
|
| UpdateAllExceptionsViewsFromModel();
|
| UpdateAllChooserExceptionsViewsFromModel();
|
| } else {
|
| - if (ContainsKey(GetExceptionsInfoMap(), details.type()))
|
| + if (base::ContainsKey(GetExceptionsInfoMap(), details.type()))
|
| UpdateExceptionsViewFromModel(details.type());
|
| }
|
| }
|
|
|