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

Unified Diff: components/sync_driver/ui_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
« no previous file with comments | « components/sync_driver/sync_prefs_unittest.cc ('k') | components/timers/alarm_timer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/ui_data_type_controller_unittest.cc
diff --git a/components/sync_driver/ui_data_type_controller_unittest.cc b/components/sync_driver/ui_data_type_controller_unittest.cc
index 23878a22efe9dad3e78a6662a9fd7a711c0e5b7d..aad254e79555a1c033cb37541de61d9c19a45057 100644
--- a/components/sync_driver/ui_data_type_controller_unittest.cc
+++ b/components/sync_driver/ui_data_type_controller_unittest.cc
@@ -33,7 +33,7 @@ class SyncUIDataTypeControllerTest : public testing::Test,
: type_(syncer::PREFERENCES),
change_processor_(NULL) {}
- virtual void SetUp() {
+ void SetUp() override {
preference_dtc_ =
new UIDataTypeController(
base::MessageLoopProxy::current(),
@@ -43,7 +43,7 @@ class SyncUIDataTypeControllerTest : public testing::Test,
SetStartExpectations();
}
- virtual void TearDown() {
+ void TearDown() override {
// Must be done before we pump the loop.
syncable_service_.StopSyncing(type_);
preference_dtc_ = NULL;
« no previous file with comments | « components/sync_driver/sync_prefs_unittest.cc ('k') | components/timers/alarm_timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698