From db59a3096b4f44aaacabdc5b455fbc0a3a6b8fb1 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Thu, 3 Feb 2022 14:23:23 +0100 Subject: Adaptations for Chrome 96 Change-Id: I40039658762b8788a0be57bd186efab71f3e4448 Reviewed-by: Peter Varga --- src/core/register_protocol_handler_request_controller_impl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/register_protocol_handler_request_controller_impl.h') diff --git a/src/core/register_protocol_handler_request_controller_impl.h b/src/core/register_protocol_handler_request_controller_impl.h index 64f229ac4..fb2cadc96 100644 --- a/src/core/register_protocol_handler_request_controller_impl.h +++ b/src/core/register_protocol_handler_request_controller_impl.h @@ -43,8 +43,8 @@ #include "register_protocol_handler_request_controller.h" #include "chrome/browser/custom_handlers/protocol_handler_registry.h" -#include "chrome/common/custom_handlers/protocol_handler.h" #include "content/public/browser/web_contents_observer.h" +#include "content/public/common/custom_handlers/protocol_handler.h" class ProtocolHandlerRegistry; @@ -55,7 +55,7 @@ class RegisterProtocolHandlerRequestControllerImpl final : public RegisterProtoc public: RegisterProtocolHandlerRequestControllerImpl( content::WebContents *webContents, - ProtocolHandler handler); + content::ProtocolHandler handler); ~RegisterProtocolHandlerRequestControllerImpl(); @@ -65,7 +65,7 @@ protected: private: ProtocolHandlerRegistry *protocolHandlerRegistry(); - ProtocolHandler m_handler; + content::ProtocolHandler m_handler; }; } // namespace QtWebEngineCore -- cgit v1.2.3