summaryrefslogtreecommitdiffstats
path: root/apps/shell/browser/shell_content_browser_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/shell/browser/shell_content_browser_client.h')
-rw-r--r--apps/shell/browser/shell_content_browser_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/shell/browser/shell_content_browser_client.h b/apps/shell/browser/shell_content_browser_client.h
index 7de6844..de9331d 100644
--- a/apps/shell/browser/shell_content_browser_client.h
+++ b/apps/shell/browser/shell_content_browser_client.h
@@ -41,7 +41,7 @@ class ShellContentBrowserClient : public content::ContentBrowserClient {
OVERRIDE;
virtual void SiteInstanceDeleting(content::SiteInstance* site_instance)
OVERRIDE;
- virtual void AppendExtraCommandLineSwitches(CommandLine* command_line,
+ virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
int child_process_id) OVERRIDE;
virtual void GetAdditionalAllowedSchemesForFileSystem(
std::vector<std::string>* additional_schemes) OVERRIDE;