| Index: remoting/protocol/content_description.h
|
| diff --git a/remoting/protocol/content_description.h b/remoting/protocol/content_description.h
|
| index d345507d67b8f84b0803322601f65f9d44ff4054..65115c233f1bf1ad51823f0d519bf6b792ace21f 100644
|
| --- a/remoting/protocol/content_description.h
|
| +++ b/remoting/protocol/content_description.h
|
| @@ -55,7 +55,7 @@ class ContentDescription : public cricket::ContentDescription {
|
| const char tag_name[],
|
| bool codec_required,
|
| bool optional,
|
| - std::vector<ChannelConfig>* const configs);
|
| + std::list<ChannelConfig>* const configs);
|
| };
|
|
|
| } // namespace protocol
|
|
|