| Index: remoting/protocol/protobuf_video_reader.h
|
| diff --git a/remoting/protocol/protobuf_video_reader.h b/remoting/protocol/protobuf_video_reader.h
|
| index f6bb55caa85dc46aa051359b48b5107ea364a3ba..42f3ec654cf62c75c6ca26eaf1d1cf4c7fdcc6bd 100644
|
| --- a/remoting/protocol/protobuf_video_reader.h
|
| +++ b/remoting/protocol/protobuf_video_reader.h
|
| @@ -22,7 +22,7 @@ class Session;
|
|
|
| class ProtobufVideoReader : public VideoReader {
|
| public:
|
| - ProtobufVideoReader(VideoPacketFormat::Encoding encoding);
|
| + explicit ProtobufVideoReader(VideoPacketFormat::Encoding encoding);
|
| virtual ~ProtobufVideoReader();
|
|
|
| // VideoReader interface.
|
|
|