| 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 fbc7e25cac075ffca8bb670db024eefa41bec788..e9e84c7c1756f69647d42b5eb0477dc1a29245ba 100644
|
| --- a/content/shell/browser/shell_content_browser_client.h
|
| +++ b/content/shell/browser/shell_content_browser_client.h
|
| @@ -80,7 +80,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,
|
|
|