summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/rtp_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/rtp_reader.h')
-rw-r--r--remoting/protocol/rtp_reader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/protocol/rtp_reader.h b/remoting/protocol/rtp_reader.h
index 3fc3983..c159f8d 100644
--- a/remoting/protocol/rtp_reader.h
+++ b/remoting/protocol/rtp_reader.h
@@ -10,6 +10,7 @@
#include "remoting/protocol/socket_reader_base.h"
namespace remoting {
+namespace protocol {
struct RtpPacket {
RtpPacket();
@@ -45,6 +46,7 @@ class RtpReader : public SocketReaderBase {
DISALLOW_COPY_AND_ASSIGN(RtpReader);
};
+} // namespace protocol
} // namespace remoting