| 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
|
|
|