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 e9a675c9a9f7758f28248be2696d5f36a537da7e..4d2f69db93e1a1d1433ec4a02fd0495cf7597c15 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; |
@@ -764,7 +764,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) |