| Index: google_apis/gcm/engine/mcs_client_unittest.cc
|
| diff --git a/google_apis/gcm/engine/mcs_client_unittest.cc b/google_apis/gcm/engine/mcs_client_unittest.cc
|
| index ea5382a9c8301567557e1a8a593518bbf5c2fc9e..f0952c1747e0a029f0e3d9ad60356ef2231c86ac 100644
|
| --- a/google_apis/gcm/engine/mcs_client_unittest.cc
|
| +++ b/google_apis/gcm/engine/mcs_client_unittest.cc
|
| @@ -89,9 +89,9 @@ class TestMCSClient : public MCSClient {
|
| class MCSClientTest : public testing::Test {
|
| public:
|
| MCSClientTest();
|
| - virtual ~MCSClientTest();
|
| + ~MCSClientTest() override;
|
|
|
| - virtual void SetUp() override;
|
| + void SetUp() override;
|
|
|
| void BuildMCSClient();
|
| void InitializeClient();
|
|
|