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

Unified Diff: remoting/protocol/v1_client_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_client_channel_authenticator.h
diff --git a/remoting/protocol/v1_client_channel_authenticator.h b/remoting/protocol/v1_client_channel_authenticator.h
index fcf4e89913c0b6f2ebbd78eca6f85facb3a366b6..c4b9494d491a3083943e3c36f18e670b4c64b2f1 100644
--- a/remoting/protocol/v1_client_channel_authenticator.h
+++ b/remoting/protocol/v1_client_channel_authenticator.h
@@ -25,7 +25,7 @@ namespace remoting {
namespace protocol {
class V1ClientChannelAuthenticator : public ChannelAuthenticator,
- public base::NonThreadSafe {
+ public base::NonThreadSafe {
public:
V1ClientChannelAuthenticator(const std::string& host_cert,
const std::string& shared_secret);

Powered by Google App Engine
This is Rietveld 408576698