| Index: components/gcm_driver/gcm_account_mapper_unittest.cc
|
| diff --git a/components/gcm_driver/gcm_account_mapper_unittest.cc b/components/gcm_driver/gcm_account_mapper_unittest.cc
|
| index b714e924d76cd0796b18ae639e2431a1e7833d54..665e0f9ebdb42580f954900192976b72beb8011d 100644
|
| --- a/components/gcm_driver/gcm_account_mapper_unittest.cc
|
| +++ b/components/gcm_driver/gcm_account_mapper_unittest.cc
|
| @@ -239,7 +239,7 @@ void CustomFakeGCMDriver::SetLastMessageAction(const std::string& message_id,
|
| class GCMAccountMapperTest : public testing::Test {
|
| public:
|
| GCMAccountMapperTest();
|
| - virtual ~GCMAccountMapperTest();
|
| + ~GCMAccountMapperTest() override;
|
|
|
| void Restart();
|
|
|
|
|