| Index: remoting/base/protocol_decoder.cc
|
| diff --git a/remoting/base/protocol_decoder.cc b/remoting/base/protocol_decoder.cc
|
| index aa26e157eed414a1675883ca28e5d00ee8ceadb6..590063797ec33f1485b664e465bb0836faf280ee 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())
|
|
|