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

Unified Diff: remoting/protocol/message_decoder_unittest.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_unittest.cc
diff --git a/remoting/protocol/message_decoder_unittest.cc b/remoting/protocol/message_decoder_unittest.cc
index d237f49f7f3efc0a7a092740eb8604ef568650fb..d85c37b46304b8db4b97ade38ac958ed9415e5b4 100644
--- a/remoting/protocol/message_decoder_unittest.cc
+++ b/remoting/protocol/message_decoder_unittest.cc
@@ -12,6 +12,7 @@
#include "testing/gtest/include/gtest/gtest.h"
namespace remoting {
+namespace protocol {
static const int kTestKey = 142;
@@ -105,4 +106,5 @@ TEST(MessageDecoderTest, EmptyReads) {
SimulateReadSequence(kReads, arraysize(kReads));
}
+} // namespace protocol
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698