Index: remoting/protocol/v1_host_channel_authenticator.h |
diff --git a/remoting/protocol/v1_host_channel_authenticator.h b/remoting/protocol/v1_host_channel_authenticator.h |
index 081eff722ca56420cf9fb0c0d13827d68661d7a9..c987a500854570e175820599028363837119eb22 100644 |
--- a/remoting/protocol/v1_host_channel_authenticator.h |
+++ b/remoting/protocol/v1_host_channel_authenticator.h |
@@ -25,13 +25,13 @@ namespace remoting { |
namespace protocol { |
class V1HostChannelAuthenticator : public ChannelAuthenticator, |
- public base::NonThreadSafe { |
+ public base::NonThreadSafe { |
public: |
// Caller retains ownership of |local_private_key|. It must exist |
// while this object exists. |
V1HostChannelAuthenticator(const std::string& local_cert, |
- crypto::RSAPrivateKey* local_private_key, |
- const std::string& shared_secret); |
+ crypto::RSAPrivateKey* local_private_key, |
+ const std::string& shared_secret); |
virtual ~V1HostChannelAuthenticator(); |
// ChannelAuthenticator interface. |