| Index: content/browser/child_process_launcher_helper_posix.h | 
| diff --git a/content/browser/child_process_launcher_helper_posix.h b/content/browser/child_process_launcher_helper_posix.h | 
| index 059e567cd795003603d3fd710bdd65124eee4a49..7f08758cae4a5992e38d3df51f8576020dc37b09 100644 | 
| --- a/content/browser/child_process_launcher_helper_posix.h | 
| +++ b/content/browser/child_process_launcher_helper_posix.h | 
| @@ -27,11 +27,11 @@ struct PlatformHandle; | 
|  | 
| namespace content { | 
|  | 
| -class FileDescriptorInfo; | 
| +class PosixFileDescriptorInfo; | 
|  | 
| namespace internal { | 
|  | 
| -std::unique_ptr<FileDescriptorInfo> CreateDefaultPosixFilesToMap( | 
| +std::unique_ptr<PosixFileDescriptorInfo> CreateDefaultPosixFilesToMap( | 
| int child_process_id, | 
| const mojo::edk::PlatformHandle& mojo_client_handle, | 
| bool include_service_required_files, | 
|  |