Index: content/shell/browser/shell_content_browser_client.cc |
diff --git a/content/shell/browser/shell_content_browser_client.cc b/content/shell/browser/shell_content_browser_client.cc |
index 1b342c28be928b10f32d68c747fea7ef43941cdc..33bbcd7c55451450a1fc244a34f0701fa272414c 100644 |
--- a/content/shell/browser/shell_content_browser_client.cc |
+++ b/content/shell/browser/shell_content_browser_client.cc |
@@ -370,7 +370,7 @@ void ShellContentBrowserClient::OpenURL( |
void ShellContentBrowserClient::GetAdditionalMappedFilesForChildProcess( |
const base::CommandLine& command_line, |
int child_process_id, |
- content::FileDescriptorInfo* mappings) { |
+ content::PosixFileDescriptorInfo* mappings) { |
#if defined(OS_ANDROID) |
mappings->ShareWithRegion( |
kShellPakDescriptor, |