| 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..8edeb8458a3428f17d5d3b0b7348886335a15989 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;
|
| + using iterator = IDMap<RenderProcessHost*>::iterator;
|
|
|
| // Details for RENDERER_PROCESS_CLOSED notifications.
|
| struct RendererClosedDetails {
|
|
|