Chromium Code Reviews| 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); |
|
markusheintz_
2011/06/14 12:50:40
Sorry I don't want to delete this one as it makes
|
| // Clears all map entries. |
| - void Clear(); |
| + void clear(); |
|
markusheintz_
2011/06/14 12:50:40
This one is used quite often :)
|
| private: |
| // Finds the list entry for the given |item_pattern|, |