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

Unified Diff: remoting/protocol/util.cc

Issue 5068001: Move move classes to the remoting::protocol namespace. Minor cleanups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes for windows Created 10 years, 1 month 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
« remoting/protocol/host_message_dispatcher.cc ('K') | « remoting/protocol/util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/util.cc
diff --git a/remoting/protocol/util.cc b/remoting/protocol/util.cc
index cfb9001798d0666791d7f4983de5eabdd9068ed8..9dfa016c1f38cec9ca1237a335d2e772f9fb56c9 100644
--- a/remoting/protocol/util.cc
+++ b/remoting/protocol/util.cc
@@ -20,6 +20,7 @@ void DeleteMessage(google::protobuf::MessageLite* message) {
} // namespace
namespace remoting {
+namespace protocol {
scoped_refptr<net::IOBufferWithSize> SerializeAndFrameMessage(
const google::protobuf::MessageLite& msg) {
@@ -38,4 +39,5 @@ Task* NewDeleteMessageTask(google::protobuf::MessageLite* message) {
return NewRunnableFunction(&DeleteMessage, message);
}
+} // namespace protocol
} // namespace remoting
« remoting/protocol/host_message_dispatcher.cc ('K') | « remoting/protocol/util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698