| Index: remoting/protocol/content_description_unittest.cc
|
| diff --git a/remoting/protocol/content_description_unittest.cc b/remoting/protocol/content_description_unittest.cc
|
| index 4f610fc2c24894f02f5771efa0162c6ca2b74ca8..063865d1b27ee3087472f5756f72a751d6a0d8c8 100644
|
| --- a/remoting/protocol/content_description_unittest.cc
|
| +++ b/remoting/protocol/content_description_unittest.cc
|
| @@ -53,7 +53,7 @@ TEST(ContentDescriptionTest, ParseUnknown) {
|
| EXPECT_EQ(1U, parsed->config()->event_configs().size());
|
| EXPECT_TRUE(parsed->config()->event_configs().front() ==
|
| ChannelConfig(ChannelConfig::TRANSPORT_STREAM,
|
| - kDefaultStreamVersion,
|
| + kEventStreamVersion,
|
| ChannelConfig::CODEC_UNDEFINED));
|
| }
|
|
|
|
|