| 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 48b8c1c041fdf97a996e82a049c88a4811dc56fc..12085a6d4379a39941dd6fa8be0aea5429ea990b 100644
|
| --- a/chromecast/browser/cast_content_browser_client.cc
|
| +++ b/chromecast/browser/cast_content_browser_client.cc
|
| @@ -535,7 +535,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,
|
|
|