| Index: remoting/protocol/negotiating_authenticator.h
|
| diff --git a/remoting/protocol/negotiating_authenticator.h b/remoting/protocol/negotiating_authenticator.h
|
| index aabbf8827e21f675b99a1e05088b3f7b90dc5867..9fcd83bf4fc99c1fbb625f61e6e4bdcbe94463b6 100644
|
| --- a/remoting/protocol/negotiating_authenticator.h
|
| +++ b/remoting/protocol/negotiating_authenticator.h
|
| @@ -46,7 +46,7 @@ class NegotiatingAuthenticator : public Authenticator {
|
| CreateChannelAuthenticator() const OVERRIDE;
|
|
|
| private:
|
| - NegotiatingAuthenticator(Authenticator::State initial_state);
|
| + explicit NegotiatingAuthenticator(Authenticator::State initial_state);
|
|
|
| void AddMethod(const AuthenticationMethod& method);
|
| void CreateAuthenticator(State initial_state);
|
|
|