diff options
Diffstat (limited to 'content/browser/renderer_host/render_process_host.h')
-rw-r--r-- | content/browser/renderer_host/render_process_host.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/browser/renderer_host/render_process_host.h b/content/browser/renderer_host/render_process_host.h index d389bdf..a954d02 100644 --- a/content/browser/renderer_host/render_process_host.h +++ b/content/browser/renderer_host/render_process_host.h @@ -18,13 +18,16 @@ #include "ui/gfx/surface/transport_dib.h" class Profile; -class URLRequestContextGetter; struct ViewMsg_ClosePage_Params; namespace base { class SharedMemory; } +namespace net { +class URLRequestContextGetter; +} + // Virtual interface that represents the browser side of the browser <-> // renderer communication channel. There will generally be one // RenderProcessHost per renderer process. |