Index: remoting/test/protocol_perftest.cc |
diff --git a/remoting/test/protocol_perftest.cc b/remoting/test/protocol_perftest.cc |
index 202b4e30e038c33e065922f837b1fa6bab806eb9..629ce8cc0819fd39ad17ba25eed557c09e1357d6 100644 |
--- a/remoting/test/protocol_perftest.cc |
+++ b/remoting/test/protocol_perftest.cc |
@@ -311,7 +311,8 @@ class ProtocolPerfTest |
protocol::GetSharedSecretHash(kHostId, kHostPin); |
std::unique_ptr<protocol::AuthenticatorFactory> auth_factory = |
protocol::Me2MeHostAuthenticatorFactory::CreateWithPin( |
- true, kHostOwner, host_cert, key_pair, "", host_pin_hash, nullptr); |
+ true, kHostOwner, host_cert, key_pair, std::vector<std::string>(), |
+ host_pin_hash, nullptr); |
host_->SetAuthenticatorFactory(std::move(auth_factory)); |
host_->AddStatusObserver(this); |