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

Unified Diff: sync/engine/model_type_sync_proxy_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/get_updates_processor_unittest.cc ('k') | sync/engine/model_type_sync_worker_impl_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_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.
« no previous file with comments | « sync/engine/get_updates_processor_unittest.cc ('k') | sync/engine/model_type_sync_worker_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698