| Index: chrome/browser/prefs/pref_value_map.h
|
| diff --git a/chrome/browser/prefs/pref_value_map.h b/chrome/browser/prefs/pref_value_map.h
|
| index 291c7b42a9bdf1ce4f05393d7a1254785eefc563..484c0d2b0504ad57bc498672d8574c2c9a3ad9d1 100644
|
| --- a/chrome/browser/prefs/pref_value_map.h
|
| +++ b/chrome/browser/prefs/pref_value_map.h
|
| @@ -42,6 +42,9 @@ class PrefValueMap {
|
| // Clears the map.
|
| void Clear();
|
|
|
| + // Swaps the contents of two maps.
|
| + void Swap(PrefValueMap* other);
|
| +
|
| iterator begin();
|
| iterator end();
|
| const_iterator begin() const;
|
|
|