| Index: chrome/browser/content_settings/content_settings_origin_identifier_value_map.h
|
| diff --git a/chrome/browser/content_settings/content_settings_origin_identifier_value_map.h b/chrome/browser/content_settings/content_settings_origin_identifier_value_map.h
|
| index fcff8f958924d281ba8779a2f0dd06753705ea6c..713f7bfedefd62c5737e229b9c8cc3dea8091be3 100644
|
| --- a/chrome/browser/content_settings/content_settings_origin_identifier_value_map.h
|
| +++ b/chrome/browser/content_settings/content_settings_origin_identifier_value_map.h
|
| @@ -96,10 +96,10 @@ class OriginIdentifierValueMap {
|
|
|
| // Deletes the map entry at the passed position. The method returns the
|
| // position of the next entry in the map.
|
| - EntryList::iterator DeleteValue(EntryList::iterator entry);
|
| + EntryList::iterator erase(EntryList::iterator entry);
|
|
|
| // Clears all map entries.
|
| - void Clear();
|
| + void clear();
|
|
|
| private:
|
| // Finds the list entry for the given |item_pattern|,
|
|
|