| Index: chrome/browser/prefs/command_line_pref_store.h
|
| diff --git a/chrome/browser/prefs/command_line_pref_store.h b/chrome/browser/prefs/command_line_pref_store.h
|
| index 89e49ce49a33a4e86e2ebded545bd8ffab215754..8dd7cd501418a795eb14b44ffed6d0d35ef7348c 100644
|
| --- a/chrome/browser/prefs/command_line_pref_store.h
|
| +++ b/chrome/browser/prefs/command_line_pref_store.h
|
| @@ -18,11 +18,11 @@ class DictionaryValue;
|
| class CommandLinePrefStore : public PrefStore {
|
| public:
|
| explicit CommandLinePrefStore(const CommandLine* command_line);
|
| - virtual ~CommandLinePrefStore() {}
|
| + virtual ~CommandLinePrefStore();
|
|
|
| // PrefStore methods:
|
| virtual PrefReadError ReadPrefs();
|
| - virtual DictionaryValue* prefs() { return prefs_.get(); }
|
| + virtual DictionaryValue* prefs();
|
|
|
| protected:
|
| // Logs a message and returns false if the proxy switches are
|
|
|