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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_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/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc
index 03e8d9030f6e059aff7632cc2d2bbf4ec2c5d581..bca6bfb70493ff58c964a0247dbaa3ed896a6aae 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc
@@ -16,7 +16,7 @@ namespace data_reduction_proxy {
class DataReductionProxyPrefsTest : public testing::Test {
public:
- virtual void SetUp() override {
+ void SetUp() override {
RegisterPrefs(local_state_prefs_.registry());
PrefRegistrySimple* profile_registry = profile_prefs_.registry();
RegisterPrefs(profile_registry);

Powered by Google App Engine
This is Rietveld 408576698