Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index e2e921a1c95d18435139d2a03955123c65f959b8..38103c9b804f193da1f966f93c9437f1f2743ccf 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -245,10 +245,8 @@ size_t GetMaxRendererProcessCount() { |
} |
// the global list of all renderer processes |
-base::LazyInstance< |
- IDMap<content::RenderProcessHost>, |
- base::LeakyLazyInstanceTraits<IDMap<content::RenderProcessHost> > > |
- g_all_hosts = LAZY_INSTANCE_INITIALIZER; |
+base::LazyInstance<IDMap<content::RenderProcessHost> >::Leaky |
+ g_all_hosts = LAZY_INSTANCE_INITIALIZER; |
} // namespace |