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 ce96d2c6bee6cecf4a199e382fe7c06cbf55c2fd..8753de0dce22714068cdf526c76bb2fd2c9604c6 100644 |
--- a/content/shell/browser/shell_content_browser_client.h |
+++ b/content/shell/browser/shell_content_browser_client.h |
@@ -81,7 +81,7 @@ class ShellContentBrowserClient : public ContentBrowserClient { |
virtual void GetAdditionalMappedFilesForChildProcess( |
const base::CommandLine& command_line, |
int child_process_id, |
- std::vector<FileDescriptorInfo>* mappings) OVERRIDE; |
+ FileDescriptorInfo* mappings) OVERRIDE; |
#endif |
#if defined(OS_WIN) |
virtual void PreSpawnRenderer(sandbox::TargetPolicy* policy, |