From c0419ae89fbc4fbdc58aef5b8b01ab0b45f8ff98 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Thu, 23 Aug 2018 18:26:28 +0200 Subject: Adaptations for Chromium 68 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Together-with: Tamas Zakor Change-Id: I805246b6f01cb151fff48588744408c676d87c14 Reviewed-by: Michael BrĂ¼ning --- src/core/login_delegate_qt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/login_delegate_qt.cpp') diff --git a/src/core/login_delegate_qt.cpp b/src/core/login_delegate_qt.cpp index 34245971f..6dd2aa5ed 100644 --- a/src/core/login_delegate_qt.cpp +++ b/src/core/login_delegate_qt.cpp @@ -61,10 +61,10 @@ LoginDelegateQt::LoginDelegateQt( content::ResourceRequestInfo::WebContentsGetter web_contents_getter, GURL url, bool first_auth_attempt, - const base::Callback&)> &auth_required_callback) + LoginAuthRequiredCallback auth_required_callback) : m_authInfo(authInfo) , m_url(url) - , m_auth_required_callback(auth_required_callback) + , m_auth_required_callback(std::move(auth_required_callback)) { Q_ASSERT(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); -- cgit v1.2.3