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

Unified Diff: chrome/browser/ui/webui/cookies_tree_model_util.h

Issue 2496653002: Part 2 of base::IDMap refactor to eliminate IDMapOwnPointer/IDMapExternalPointer modes (Closed)
Patch Set: Rebase Created 4 years 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
Index: chrome/browser/ui/webui/cookies_tree_model_util.h
diff --git a/chrome/browser/ui/webui/cookies_tree_model_util.h b/chrome/browser/ui/webui/cookies_tree_model_util.h
index 39e16de784764ba354c8327eebad3cf13a5ca1fc..bec64661720aafa108b52514eabefb6665e904b5 100644
--- a/chrome/browser/ui/webui/cookies_tree_model_util.h
+++ b/chrome/browser/ui/webui/cookies_tree_model_util.h
@@ -55,7 +55,7 @@ class CookiesTreeModelUtil {
const base::string16& title);
private:
- typedef IDMap<const CookieTreeNode> CookiesTreeNodeIdMap;
+ typedef IDMap<const CookieTreeNode*> CookiesTreeNodeIdMap;
typedef std::map<const CookieTreeNode*, int32_t> CookieTreeNodeMap;
// Populate given |dict| with cookie tree node properties. |id_map| maps

Powered by Google App Engine
This is Rietveld 408576698