| Index: remoting/host/security_key/security_key_message_reader.h
|
| diff --git a/remoting/host/security_key/remote_security_key_message_reader.h b/remoting/host/security_key/security_key_message_reader.h
|
| similarity index 71%
|
| rename from remoting/host/security_key/remote_security_key_message_reader.h
|
| rename to remoting/host/security_key/security_key_message_reader.h
|
| index 035244e5f34ca320cceeb7e91fe6dab06bca103b..09f56a0f35a4e8ca6ed85d0e4f4ae787ac287042 100644
|
| --- a/remoting/host/security_key/remote_security_key_message_reader.h
|
| +++ b/remoting/host/security_key/security_key_message_reader.h
|
| @@ -2,19 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_HOST_SECURITY_KEY_REMOTE_SECURITY_KEY_MESSAGE_READER_H_
|
| -#define REMOTING_HOST_SECURITY_KEY_REMOTE_SECURITY_KEY_MESSAGE_READER_H_
|
| +#ifndef REMOTING_HOST_SECURITY_KEY_SECURITY_KEY_MESSAGE_READER_H_
|
| +#define REMOTING_HOST_SECURITY_KEY_SECURITY_KEY_MESSAGE_READER_H_
|
|
|
| #include "base/callback_forward.h"
|
| #include "remoting/host/security_key/security_key_message.h"
|
|
|
| namespace remoting {
|
|
|
| -// Interface used for listening for remote security key messages and notifying
|
| +// Interface used for listening for security key messages and notifying
|
| // listeners when one is received.
|
| -class RemoteSecurityKeyMessageReader {
|
| +class SecurityKeyMessageReader {
|
| public:
|
| - virtual ~RemoteSecurityKeyMessageReader() {}
|
| + virtual ~SecurityKeyMessageReader() {}
|
|
|
| // Starts the process of listening for security key messages.
|
| // |message_callback| is called for each received message.
|
| @@ -29,4 +29,4 @@ class RemoteSecurityKeyMessageReader {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_HOST_SECURITY_KEY_REMOTE_SECURITY_KEY_MESSAGE_READER_H_
|
| +#endif // REMOTING_HOST_SECURITY_KEY_SECURITY_KEY_MESSAGE_READER_H_
|
|
|