| Index: sync/engine/model_type_sync_proxy_impl_unittest.cc
|
| diff --git a/sync/engine/model_type_sync_proxy_impl_unittest.cc b/sync/engine/model_type_sync_proxy_impl_unittest.cc
|
| index 860cc703cce50baeea8b80ffe641f6238009186f..1b30219a8a0485b3027b6af24cf0dbad60bc8b2f 100644
|
| --- a/sync/engine/model_type_sync_proxy_impl_unittest.cc
|
| +++ b/sync/engine/model_type_sync_proxy_impl_unittest.cc
|
| @@ -42,7 +42,7 @@ static const ModelType kModelType = PREFERENCES;
|
| class ModelTypeSyncProxyImplTest : public ::testing::Test {
|
| public:
|
| ModelTypeSyncProxyImplTest();
|
| - virtual ~ModelTypeSyncProxyImplTest();
|
| + ~ModelTypeSyncProxyImplTest() override;
|
|
|
| // Initialize with no local state. The type sync proxy will be unable to
|
| // commit until it receives notification that initial sync has completed.
|
|
|