| Index: components/prefs/pref_service.cc
|
| diff --git a/components/prefs/pref_service.cc b/components/prefs/pref_service.cc
|
| index cff7e545db4c3613fb3cf6eb69eb28423a30f066..6858839110b158b139c7e68fed680e5f50ddeb75 100644
|
| --- a/components/prefs/pref_service.cc
|
| +++ b/components/prefs/pref_service.cc
|
| @@ -561,7 +561,7 @@ bool PrefService::Preference::IsManaged() const {
|
| }
|
|
|
| bool PrefService::Preference::IsManagedByCustodian() const {
|
| - return pref_value_store()->PrefValueInSupervisedStore(name_.c_str());
|
| + return pref_value_store()->PrefValueInSupervisedStore(name_);
|
| }
|
|
|
| bool PrefService::Preference::IsRecommended() const {
|
|
|