| Index: chromecast/browser/cast_content_browser_client.cc
|
| diff --git a/chromecast/browser/cast_content_browser_client.cc b/chromecast/browser/cast_content_browser_client.cc
|
| index e1ca469a66fb4e2e485996aa9856144499c08888..cc6fc6bd712f0c0198cbe986743081edb5ddb47e 100644
|
| --- a/chromecast/browser/cast_content_browser_client.cc
|
| +++ b/chromecast/browser/cast_content_browser_client.cc
|
| @@ -548,7 +548,7 @@ CastContentBrowserClient::GetServiceManifestOverlay(
|
| void CastContentBrowserClient::GetAdditionalMappedFilesForChildProcess(
|
| const base::CommandLine& command_line,
|
| int child_process_id,
|
| - content::FileDescriptorInfo* mappings) {
|
| + content::PosixFileDescriptorInfo* mappings) {
|
| #if defined(OS_ANDROID)
|
| mappings->ShareWithRegion(
|
| kAndroidPakDescriptor,
|
|
|