| Index: content/shell/browser/shell_content_browser_client.h
|
| diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h
|
| index c4564b6d7984da546d4386b0341a82ed378c359b..5f01271479617fdde28ce42fde6228a25c45f7a6 100644
|
| --- a/content/shell/browser/shell_content_browser_client.h
|
| +++ b/content/shell/browser/shell_content_browser_client.h
|
| @@ -45,7 +45,7 @@ class ShellContentBrowserClient : public ContentBrowserClient {
|
| ProtocolHandlerMap* protocol_handlers,
|
| ProtocolHandlerScopedVector protocol_interceptors) OVERRIDE;
|
| virtual bool IsHandledURL(const GURL& url) OVERRIDE;
|
| - virtual void AppendExtraCommandLineSwitches(CommandLine* command_line,
|
| + virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
|
| int child_process_id) OVERRIDE;
|
| virtual void OverrideWebkitPrefs(RenderViewHost* render_view_host,
|
| const GURL& url,
|
| @@ -67,7 +67,7 @@ class ShellContentBrowserClient : public ContentBrowserClient {
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| virtual void GetAdditionalMappedFilesForChildProcess(
|
| - const CommandLine& command_line,
|
| + const base::CommandLine& command_line,
|
| int child_process_id,
|
| std::vector<content::FileDescriptorInfo>* mappings) OVERRIDE;
|
| #endif
|
|
|