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

Unified Diff: chrome/browser/prefs/prefs_syncable_service_unittest.cc

Issue 684613002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: chrome/browser/prefs/prefs_syncable_service_unittest.cc
diff --git a/chrome/browser/prefs/prefs_syncable_service_unittest.cc b/chrome/browser/prefs/prefs_syncable_service_unittest.cc
index 462c46d1ded1da3439ec4d4b284149c8c287f2ef..896648cf51b98b52fd73984eaa199955b2a32ee3 100644
--- a/chrome/browser/prefs/prefs_syncable_service_unittest.cc
+++ b/chrome/browser/prefs/prefs_syncable_service_unittest.cc
@@ -73,7 +73,7 @@ class PrefsSyncableServiceTest : public testing::Test {
test_processor_(NULL),
next_pref_remote_sync_node_id_(0) {}
- virtual void SetUp() {
+ void SetUp() override {
prefs_.registry()->RegisterStringPref(
kUnsyncedPreferenceName,
kUnsyncedPreferenceDefaultValue,

Powered by Google App Engine
This is Rietveld 408576698