diff options
Diffstat (limited to 'chrome/browser/prefs/command_line_pref_store.h')
-rw-r--r-- | chrome/browser/prefs/command_line_pref_store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/prefs/command_line_pref_store.h b/chrome/browser/prefs/command_line_pref_store.h index e614c8e..a9b9382 100644 --- a/chrome/browser/prefs/command_line_pref_store.h +++ b/chrome/browser/prefs/command_line_pref_store.h @@ -17,7 +17,7 @@ class CommandLinePrefStore : public ValueMapPrefStore { explicit CommandLinePrefStore(const base::CommandLine* command_line); protected: - virtual ~CommandLinePrefStore(); + ~CommandLinePrefStore() override; // Logs a message and returns false if the proxy switches are // self-contradictory. Protected so it can be used in unit testing. |