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

Unified Diff: components/sync_driver/non_blocking_data_type_controller_unittest.cc

Issue 684513002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 months 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
Index: components/sync_driver/non_blocking_data_type_controller_unittest.cc
diff --git a/components/sync_driver/non_blocking_data_type_controller_unittest.cc b/components/sync_driver/non_blocking_data_type_controller_unittest.cc
index d11476fb272c8938de5c3d875020e090ce54615c..427ff3ddee8b9965ea44a3ed185995ab092f0a82 100644
--- a/components/sync_driver/non_blocking_data_type_controller_unittest.cc
+++ b/components/sync_driver/non_blocking_data_type_controller_unittest.cc
@@ -128,7 +128,7 @@ class NonBlockingDataTypeControllerTest : public testing::Test {
mock_context_proxy_(&mock_sync_context_, model_thread_, sync_thread_),
auto_run_tasks_(true) {}
- virtual ~NonBlockingDataTypeControllerTest() {}
+ ~NonBlockingDataTypeControllerTest() override {}
// Connects the sync type proxy to the NonBlockingDataTypeController.
void InitTypeSyncProxy() {

Powered by Google App Engine
This is Rietveld 408576698