| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index aadd809eafe9d092623337497f7a27554fe447d6..b9f405764142ffef0c69ae35fa560a31d406cfe7 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -71,6 +71,7 @@
|
| #include "remoting/jingle_glue/xmpp_signal_strategy.h"
|
| #include "remoting/protocol/me2me_host_authenticator_factory.h"
|
| #include "remoting/protocol/pairing_registry.h"
|
| +#include "remoting/protocol/token_validator.h"
|
|
|
| #if defined(OS_POSIX)
|
| #include <signal.h>
|
| @@ -550,8 +551,8 @@ void HostProcess::CreateAuthenticatorFactory() {
|
| host_secret_hash_, pairing_registry);
|
|
|
| } else if (third_party_auth_config_.is_valid()) {
|
| - scoped_ptr<protocol::ThirdPartyHostAuthenticator::TokenValidatorFactory>
|
| - token_validator_factory(new TokenValidatorFactoryImpl(
|
| + scoped_ptr<protocol::TokenValidatorFactory> token_validator_factory(
|
| + new TokenValidatorFactoryImpl(
|
| third_party_auth_config_,
|
| key_pair_, context_->url_request_context_getter()));
|
| factory = protocol::Me2MeHostAuthenticatorFactory::CreateWithThirdPartyAuth(
|
|
|