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

Unified Diff: remoting/protocol/v2_authenticator.h

Issue 9158003: Added Me2Me-specific authenticator factory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang build Created 8 years, 11 months 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
« no previous file with comments | « remoting/protocol/me2me_host_authenticator_factory.cc ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/v2_authenticator.h
diff --git a/remoting/protocol/v2_authenticator.h b/remoting/protocol/v2_authenticator.h
index 7c4a53007fff72b483521880de4c9dcdc15b99a3..7d6606b0ae40fe7d57b7688f7afa8cecb8265f23 100644
--- a/remoting/protocol/v2_authenticator.h
+++ b/remoting/protocol/v2_authenticator.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_PROTOCOL_EKE_AUTHENTICATOR_H_
-#define REMOTING_PROTOCOL_EKE_AUTHENTICATOR_H_
+#ifndef REMOTING_PROTOCOL_V2_AUTHENTICATOR_H_
+#define REMOTING_PROTOCOL_V2_AUTHENTICATOR_H_
#include <string>
#include <queue>
@@ -70,8 +70,8 @@ class V2HostAuthenticatorFactory : public AuthenticatorFactory {
public:
// Doesn't take ownership of |local_private_key|.
V2HostAuthenticatorFactory(const std::string& local_cert,
- const crypto::RSAPrivateKey* local_private_key,
- const std::string& shared_secret);
+ const crypto::RSAPrivateKey* local_private_key,
+ const std::string& shared_secret);
virtual ~V2HostAuthenticatorFactory();
// AuthenticatorFactory interface.
@@ -90,4 +90,4 @@ class V2HostAuthenticatorFactory : public AuthenticatorFactory {
} // namespace protocol
} // namespace remoting
-#endif // REMOTING_PROTOCOL_EKE_AUTHENTICATOR_H_
+#endif // REMOTING_PROTOCOL_V2_AUTHENTICATOR_H_
« no previous file with comments | « remoting/protocol/me2me_host_authenticator_factory.cc ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698