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

Unified Diff: remoting/protocol/message_reader.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_reader.cc
diff --git a/remoting/protocol/message_reader.cc b/remoting/protocol/message_reader.cc
index ce0ca0fc67545f7a0a574642afd3570e357a67aa..75b14f2344067cc81c33e76c53903c0928fbf61b 100644
--- a/remoting/protocol/message_reader.cc
+++ b/remoting/protocol/message_reader.cc
@@ -12,6 +12,7 @@
#include "remoting/proto/internal.pb.h"
namespace remoting {
+namespace protocol {
static const int kReadBufferSize = 4096;
@@ -65,4 +66,5 @@ void MessageReader::HandleReadResult(int result) {
}
}
+} // namespace protocol
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698