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 62fb2b6201b4e70dbaebdba10720dc637def9379..e66b84d140dfc6b52f8bd793013fcb9cf38c5df5 100644 |
--- a/content/shell/browser/shell_content_browser_client.cc |
+++ b/content/shell/browser/shell_content_browser_client.cc |
@@ -373,7 +373,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, |