| Index: remoting/protocol/ssl_hmac_channel_authenticator.h
|
| diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.h b/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| index 3ba6492b0f2ba7b2e76131442448033a64e68a20..b40b3d2a811e449661db0baa23690b68369f155a 100644
|
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| @@ -62,7 +62,7 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
|
| const DoneCallback& done_callback) OVERRIDE;
|
|
|
| private:
|
| - SslHmacChannelAuthenticator(const std::string& auth_key);
|
| + explicit SslHmacChannelAuthenticator(const std::string& auth_key);
|
|
|
| bool is_ssl_server();
|
|
|
|
|