Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1471)

Unified Diff: remoting/protocol/v1_host_channel_authenticator.h

Issue 8743023: Separate Authenticator and Session unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 7820faed1907f5649ee0a16c4293f331ad36b4e4..a7292183d06857718286f755f4b001177d7442c3 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.

Powered by Google App Engine
This is Rietveld 408576698