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 { |