diff options
Diffstat (limited to 'remoting/base/protocol_decoder.cc')
-rw-r--r-- | remoting/base/protocol_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/base/protocol_decoder.cc b/remoting/base/protocol_decoder.cc index aa26e15..5900637 100644 --- a/remoting/base/protocol_decoder.cc +++ b/remoting/base/protocol_decoder.cc @@ -29,7 +29,7 @@ void ProtocolDecoder::ParseHostMessages(scoped_refptr<media::DataBuffer> data, template <typename T> void ProtocolDecoder::ParseMessages(scoped_refptr<media::DataBuffer> data, - std::vector<T*>* messages) { + std::list<T*>* messages) { // If this is the first data in the processing queue, then set the // last read position to 0. if (data_list_.empty()) |