| Index: remoting/host/security_key/security_key_message.h
|
| diff --git a/remoting/host/security_key/security_key_message.h b/remoting/host/security_key/security_key_message.h
|
| index 4507c1a9c9246b835a94f8c1d89f2e190bedcabe..bcd0a28f3d30b26b165a45ecfadbc521520f4428 100644
|
| --- a/remoting/host/security_key/security_key_message.h
|
| +++ b/remoting/host/security_key/security_key_message.h
|
| @@ -100,7 +100,10 @@ enum class RemoteSecurityKeyMessageType : uint8_t {
|
| class SecurityKeyMessage final {
|
| public:
|
| // The number of bytes used to represent the header.
|
| - static const int kHeaderSizeBytes = 4;
|
| + static const int kHeaderSizeBytes;
|
| +
|
| + // The number of bytes used to represent the message type.
|
| + static const int kMessageTypeSizeBytes;
|
|
|
| SecurityKeyMessage();
|
| ~SecurityKeyMessage();
|
|
|