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 ab66d5c5bded6b358a553776b317c9019fb394ee..76d80cee72ff076e016951ca55448d810aafabb1 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -45,7 +45,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; |
@@ -789,7 +789,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) |