| 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..9b4948101d5a9e50e31922d9fc23ada5587328a4 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* browser_context);
|
| virtual ~BrowserRenderProcessHost();
|
|
|
| // RenderProcessHost implementation (public portion).
|
|
|