Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2849)

Unified Diff: chrome/browser/content_settings/content_settings_origin_identifier_value_map.h

Issue 7149017: Cleanup OriginIdentifierValueMap code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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|,
« no previous file with comments | « no previous file | chrome/browser/content_settings/content_settings_origin_identifier_value_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698