Index: apps/shell/browser/shell_content_browser_client.h |
diff --git a/apps/shell/browser/shell_content_browser_client.h b/apps/shell/browser/shell_content_browser_client.h |
index 7de6844a59942e0058c04cab4791f0ef11e43904..de9331d1a89d2e607d70e66c317cc9e1eae579ce 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; |