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

Unified Diff: remoting/protocol/message_decoder.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
Index: remoting/protocol/message_decoder.cc
diff --git a/remoting/protocol/message_decoder.cc b/remoting/protocol/message_decoder.cc
index cf44d45a0e8e20522b312124fef16a1d2263c249..09f331a9951c04824662a9b296ecbac51ec565d6 100644
--- a/remoting/protocol/message_decoder.cc
+++ b/remoting/protocol/message_decoder.cc
@@ -11,6 +11,7 @@
#include "third_party/libjingle/source/talk/base/byteorder.h"
namespace remoting {
+namespace protocol {
MessageDecoder::MessageDecoder()
: next_payload_(0),
@@ -64,4 +65,5 @@ bool MessageDecoder::GetPayloadSize(int* size) {
return true;
}
+} // namespace protocol
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698