Chromium Code Reviews| Index: content/browser/renderer_host/browser_render_process_host.h |
| diff --git a/content/browser/renderer_host/browser_render_process_host.h b/content/browser/renderer_host/browser_render_process_host.h |
| index 9bc9047ef02953a611664eb5938024103eefe418..0e4e416ae287668c584cbecccf35c758c8ec9002 100644 |
| --- a/content/browser/renderer_host/browser_render_process_host.h |
| +++ b/content/browser/renderer_host/browser_render_process_host.h |
| @@ -42,7 +42,7 @@ class SharedMemory; |
| class BrowserRenderProcessHost : public RenderProcessHost, |
| public ChildProcessLauncher::Client { |
| public: |
| - explicit BrowserRenderProcessHost(Profile* profile); |
| + explicit BrowserRenderProcessHost(content::BrowserContext* context); |
|
jam
2011/07/22 16:58:38
nit: brower_context
|
| virtual ~BrowserRenderProcessHost(); |
| // RenderProcessHost implementation (public portion). |