| Index: google_apis/gcm/engine/gcm_store_impl_unittest.cc
|
| diff --git a/google_apis/gcm/engine/gcm_store_impl_unittest.cc b/google_apis/gcm/engine/gcm_store_impl_unittest.cc
|
| index 1bc636fd323e3111be110731acd8e4d567a89b13..e5690fdc39b16fff6161a8b64b58552d175f7506 100644
|
| --- a/google_apis/gcm/engine/gcm_store_impl_unittest.cc
|
| +++ b/google_apis/gcm/engine/gcm_store_impl_unittest.cc
|
| @@ -43,7 +43,7 @@ const uint64 kDeviceToken = 55;
|
| class GCMStoreImplTest : public testing::Test {
|
| public:
|
| GCMStoreImplTest();
|
| - virtual ~GCMStoreImplTest();
|
| + ~GCMStoreImplTest() override;
|
|
|
| scoped_ptr<GCMStore> BuildGCMStore();
|
|
|
|
|