summaryrefslogtreecommitdiffstats
path: root/base/prefs/testing_pref_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/prefs/testing_pref_service.h')
-rw-r--r--base/prefs/testing_pref_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/prefs/testing_pref_service.h b/base/prefs/testing_pref_service.h
index a9ab937..2f6d494 100644
--- a/base/prefs/testing_pref_service.h
+++ b/base/prefs/testing_pref_service.h
@@ -84,7 +84,7 @@ class TestingPrefServiceSimple
: public TestingPrefServiceBase<PrefService, PrefRegistry> {
public:
TestingPrefServiceSimple();
- virtual ~TestingPrefServiceSimple();
+ ~TestingPrefServiceSimple() override;
// This is provided as a convenience for registering preferences on
// an existing TestingPrefServiceSimple instance. On a production