| Index: content/shell/browser/shell_content_browser_client.h | 
| diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h | 
| index 0568691ae3550b24623a6ce9c40a7bbd40ad992d..760a83a46c795e73983a55b64f1e54f01e39dd31 100644 | 
| --- a/content/shell/browser/shell_content_browser_client.h | 
| +++ b/content/shell/browser/shell_content_browser_client.h | 
| @@ -75,8 +75,12 @@ class ShellContentBrowserClient : public ContentBrowserClient { | 
| void GetAdditionalMappedFilesForChildProcess( | 
| const base::CommandLine& command_line, | 
| int child_process_id, | 
| -      FileDescriptorInfo* mappings) override; | 
| +      content::FileDescriptorInfo* mappings | 
| +#if defined(OS_ANDROID) | 
| +      , std::map<int, base::MemoryMappedFile::Region>* regions | 
| #endif | 
| +      ) override; | 
| +#endif  // defined(OS_POSIX) && !defined(OS_MACOSX) | 
| #if defined(OS_WIN) | 
| void PreSpawnRenderer(sandbox::TargetPolicy* policy, bool* success) override; | 
| #endif | 
|  |