| Index: remoting/protocol/channel_multiplexer_unittest.cc
|
| diff --git a/remoting/protocol/channel_multiplexer_unittest.cc b/remoting/protocol/channel_multiplexer_unittest.cc
|
| index d230f35354ca25cc0407b1f8340c623bc1c99e81..51370f17a5210cba7135ceb6d35697c8ac4faf9a 100644
|
| --- a/remoting/protocol/channel_multiplexer_unittest.cc
|
| +++ b/remoting/protocol/channel_multiplexer_unittest.cc
|
| @@ -70,7 +70,7 @@ class ChannelMultiplexerTest : public testing::Test {
|
| }
|
|
|
| protected:
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| // Create pair of multiplexers and connect them to each other.
|
| host_mux_.reset(new ChannelMultiplexer(
|
| host_session_.GetTransportChannelFactory(), kMuxChannelName));
|
|
|