diff options
Diffstat (limited to 'chrome/browser/prefs/pref_value_map.h')
-rw-r--r-- | chrome/browser/prefs/pref_value_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/prefs/pref_value_map.h b/chrome/browser/prefs/pref_value_map.h index 26b6214..ddcddf2 100644 --- a/chrome/browser/prefs/pref_value_map.h +++ b/chrome/browser/prefs/pref_value_map.h @@ -16,7 +16,7 @@ class Value; // A generic string to value map used by the PrefStore implementations. class PrefValueMap { public: - PrefValueMap() {} + PrefValueMap(); virtual ~PrefValueMap(); // Gets the value for |key| and stores it in |value|. Ownership remains with |