diff options
Diffstat (limited to 'chromium/content/browser/webauth/authenticator_impl.cc')
-rw-r--r-- | chromium/content/browser/webauth/authenticator_impl.cc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chromium/content/browser/webauth/authenticator_impl.cc b/chromium/content/browser/webauth/authenticator_impl.cc index 504870a6723..ff68183223e 100644 --- a/chromium/content/browser/webauth/authenticator_impl.cc +++ b/chromium/content/browser/webauth/authenticator_impl.cc @@ -17,10 +17,9 @@ namespace content { AuthenticatorImpl::AuthenticatorImpl(RenderFrameHost* render_frame_host) - : AuthenticatorImpl(render_frame_host, - std::make_unique<AuthenticatorCommon>( - render_frame_host, - std::make_unique<base::OneShotTimer>())) {} + : AuthenticatorImpl( + render_frame_host, + std::make_unique<AuthenticatorCommon>(render_frame_host)) {} AuthenticatorImpl::AuthenticatorImpl( RenderFrameHost* render_frame_host, |