| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 571f9937a8fea459440b36d9bed1576e880e0d55..2f3038edae35afe6b10fb5c2dfecf5297ab871ea 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -43,7 +43,7 @@
|
| #endif
|
|
|
| #if defined(OS_POSIX)
|
| -#include "content/public/browser/file_descriptor_info.h"
|
| +#include "content/public/browser/posix_file_descriptor_info.h"
|
| #endif
|
|
|
| class GURL;
|
| @@ -765,7 +765,7 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| virtual void GetAdditionalMappedFilesForChildProcess(
|
| const base::CommandLine& command_line,
|
| int child_process_id,
|
| - content::FileDescriptorInfo* mappings) {}
|
| + content::PosixFileDescriptorInfo* mappings) {}
|
| #endif // defined(OS_POSIX) && !defined(OS_MACOSX)
|
|
|
| #if defined(OS_WIN)
|
|
|