From 448478729cfdf5098dd24a6a870bacdbcd8cf9a7 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 25 Sep 2017 15:33:01 +0200 Subject: Adaptations for Chromium 62 Change-Id: I49cd3c419d4dd1180144c3c07bdd9a628ab73caa Reviewed-by: Peter Varga --- src/core/content_browser_client_qt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/content_browser_client_qt.h') diff --git a/src/core/content_browser_client_qt.h b/src/core/content_browser_client_qt.h index db5cbd191..736519036 100644 --- a/src/core/content_browser_client_qt.h +++ b/src/core/content_browser_client_qt.h @@ -153,7 +153,7 @@ public: const net::CookieOptions& options) override; #if defined(Q_OS_LINUX) - void GetAdditionalMappedFilesForChildProcess(const base::CommandLine& command_line, int child_process_id, content::FileDescriptorInfo* mappings) override; + void GetAdditionalMappedFilesForChildProcess(const base::CommandLine& command_line, int child_process_id, content::PosixFileDescriptorInfo* mappings) override; #endif #if BUILDFLAG(ENABLE_PLUGINS) -- cgit v1.2.3