| Index: remoting/protocol/message_serialization.h
|
| diff --git a/remoting/protocol/util.h b/remoting/protocol/message_serialization.h
|
| similarity index 84%
|
| rename from remoting/protocol/util.h
|
| rename to remoting/protocol/message_serialization.h
|
| index ebcd5e28fe4467c0b7aaa34fa0023510bcabb145..843843434f2ec5b09b714498aa39c0822b3176da 100644
|
| --- a/remoting/protocol/util.h
|
| +++ b/remoting/protocol/message_serialization.h
|
| @@ -5,8 +5,8 @@
|
| // This file defines utility methods used for encoding and decoding the protocol
|
| // used in Chromoting.
|
|
|
| -#ifndef REMOTING_PROTOCOL_UTIL_H_
|
| -#define REMOTING_PROTOCOL_UTIL_H_
|
| +#ifndef REMOTING_PROTOCOL_MESSAGE_SERIALIZATION_H_
|
| +#define REMOTING_PROTOCOL_MESSAGE_SERIALIZATION_H_
|
|
|
| #include "net/base/io_buffer.h"
|
|
|
| @@ -29,4 +29,4 @@ scoped_refptr<net::IOBufferWithSize> SerializeAndFrameMessage(
|
| } // namespace protocol
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_PROTOCOL_UTIL_H_
|
| +#endif // REMOTING_PROTOCOL_MESSAGE_SERIALIZATION_H_
|
|
|