From 64adc27d798830194401562945398dd396e652db Mon Sep 17 00:00:00 2001 From: sergeyu Date: Sat, 12 Mar 2016 01:12:43 -0800 Subject: Use ClientAuthenticationConfig in PairingClientAuthenticator Moved ClientAuthenticationConfig to a separate file and now it's used in PairingClientAuthenticator. BUG=593123 Review URL: https://codereview.chromium.org/1794433002 Cr-Commit-Position: refs/heads/master@{#380872} --- remoting/test/protocol_perftest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remoting/test') diff --git a/remoting/test/protocol_perftest.cc b/remoting/test/protocol_perftest.cc index d8a9643..355a5af 100644 --- a/remoting/test/protocol_perftest.cc +++ b/remoting/test/protocol_perftest.cc @@ -29,10 +29,10 @@ #include "remoting/host/chromoting_host_context.h" #include "remoting/host/fake_desktop_environment.h" #include "remoting/protocol/auth_util.h" +#include "remoting/protocol/client_authentication_config.h" #include "remoting/protocol/frame_consumer.h" #include "remoting/protocol/jingle_session_manager.h" #include "remoting/protocol/me2me_host_authenticator_factory.h" -#include "remoting/protocol/negotiating_client_authenticator.h" #include "remoting/protocol/session_config.h" #include "remoting/protocol/transport_context.h" #include "remoting/protocol/video_frame_pump.h" -- cgit v1.1