| Index: chrome/browser/extensions/api/settings_private/prefs_util.h
|
| diff --git a/chrome/browser/extensions/api/settings_private/prefs_util.h b/chrome/browser/extensions/api/settings_private/prefs_util.h
|
| index 0387459603505009fbaefaf1581e78d658c1c59b..8aa341b4517e48749efafab315779a5ecdc3efb3 100644
|
| --- a/chrome/browser/extensions/api/settings_private/prefs_util.h
|
| +++ b/chrome/browser/extensions/api/settings_private/prefs_util.h
|
| @@ -31,8 +31,8 @@ class PrefsUtil {
|
| const TypedPrefMap& GetWhitelistedKeys();
|
|
|
| // Gets the value of the pref with the given |name|. Returns a pointer to an
|
| - // empty PrefObject if no pref is found for |name|.
|
| - virtual scoped_ptr<api::settings_private::PrefObject> GetPref(
|
| + // empty PrefData if no pref is found for |name|.
|
| + virtual scoped_ptr<api::settings_private::PrefData> GetPref(
|
| const std::string& name);
|
|
|
| // Sets the pref with the given name and value in the proper PrefService.
|
| @@ -66,7 +66,7 @@ class PrefsUtil {
|
| api::settings_private::PrefType GetType(const std::string& name,
|
| base::Value::Type type);
|
|
|
| - scoped_ptr<api::settings_private::PrefObject> GetCrosSettingsPref(
|
| + scoped_ptr<api::settings_private::PrefData> GetCrosSettingsPref(
|
| const std::string& name);
|
|
|
| bool SetCrosSettingsPref(const std::string& name, const base::Value* value);
|
|
|