summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prefs/command_line_pref_store_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/prefs/command_line_pref_store_unittest.cc')
-rw-r--r--chrome/browser/prefs/command_line_pref_store_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/prefs/command_line_pref_store_unittest.cc b/chrome/browser/prefs/command_line_pref_store_unittest.cc
index cd5ad93..c4d2490 100644
--- a/chrome/browser/prefs/command_line_pref_store_unittest.cc
+++ b/chrome/browser/prefs/command_line_pref_store_unittest.cc
@@ -59,7 +59,7 @@ class TestCommandLinePrefStore : public CommandLinePrefStore {
}
private:
- virtual ~TestCommandLinePrefStore() {}
+ ~TestCommandLinePrefStore() override {}
};
// Tests a simple string pref on the command line.