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

Unified Diff: content/public/browser/render_process_host.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: content/public/browser/render_process_host.h
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
index 9bcfd6bfc4882f6afe2541847ec4c8500e373c58..155f8b493d7d4b7322e2853265ff653cd3526db8 100644
--- a/content/public/browser/render_process_host.h
+++ b/content/public/browser/render_process_host.h
@@ -54,7 +54,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
public IPC::Listener,
public base::SupportsUserData {
public:
- typedef IDMap<RenderProcessHost>::iterator iterator;
+ typedef IDMap<RenderProcessHost*>::iterator iterator;
// Details for RENDERER_PROCESS_CLOSED notifications.
struct RendererClosedDetails {

Powered by Google App Engine
This is Rietveld 408576698