| Index: remoting/host/client_session_unittest.cc
|
| diff --git a/remoting/host/client_session_unittest.cc b/remoting/host/client_session_unittest.cc
|
| index 289a106179c49d48a9277f25213232c51ad5bf75..5bd4ca2148035650d379cc224a6122ac43805f52 100644
|
| --- a/remoting/host/client_session_unittest.cc
|
| +++ b/remoting/host/client_session_unittest.cc
|
| @@ -122,8 +122,8 @@ class ClientSessionTest : public testing::Test {
|
| public:
|
| ClientSessionTest() : client_jid_("user@domain/rest-of-jid") {}
|
|
|
| - virtual void SetUp() override;
|
| - virtual void TearDown() override;
|
| + void SetUp() override;
|
| + void TearDown() override;
|
|
|
| // Creates the client session.
|
| void CreateClientSession();
|
|
|