Index: chrome/browser/chrome_content_browser_client.h |
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h |
index eb2f90b6cb9465693eb71525eebf4157389096f2..1d08cebe64bc3fda4e7523d406ea05e25f22683f 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -282,7 +282,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
virtual void GetAdditionalMappedFilesForChildProcess( |
const base::CommandLine& command_line, |
int child_process_id, |
- std::vector<content::FileDescriptorInfo>* mappings) OVERRIDE; |
+ content::FileDescriptorInfo* mappings) OVERRIDE; |
#endif |
#if defined(OS_WIN) |
virtual const wchar_t* GetResourceDllName() OVERRIDE; |