| Index: sync/engine/model_type_sync_worker_impl_unittest.cc
|
| diff --git a/sync/engine/model_type_sync_worker_impl_unittest.cc b/sync/engine/model_type_sync_worker_impl_unittest.cc
|
| index 5c62c9a068a41189d8dd70ed9ea2a6fc63ef2c5c..934f3fa01cfc4353844a6b5c832dac6e4b26f5fe 100644
|
| --- a/sync/engine/model_type_sync_worker_impl_unittest.cc
|
| +++ b/sync/engine/model_type_sync_worker_impl_unittest.cc
|
| @@ -57,7 +57,7 @@ namespace syncer {
|
| class ModelTypeSyncWorkerImplTest : public ::testing::Test {
|
| public:
|
| ModelTypeSyncWorkerImplTest();
|
| - virtual ~ModelTypeSyncWorkerImplTest();
|
| + ~ModelTypeSyncWorkerImplTest() override;
|
|
|
| // One of these Initialize functions should be called at the beginning of
|
| // each test.
|
|
|