Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: sync/engine/model_type_sync_worker_impl_unittest.cc

Issue 792343004: Standardize usage of virtual/override/final specifiers in sync/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/engine/model_type_sync_proxy_impl_unittest.cc ('k') | sync/engine/sync_scheduler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « sync/engine/model_type_sync_proxy_impl_unittest.cc ('k') | sync/engine/sync_scheduler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698