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

Unified Diff: remoting/protocol/message_serialization.h

Issue 231943005: Rename remoting/protocol/util.h to message_serialization.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/message_decoder_unittest.cc ('k') | remoting/protocol/message_serialization.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « remoting/protocol/message_decoder_unittest.cc ('k') | remoting/protocol/message_serialization.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698