| Index: base/prefs/scoped_user_pref_update.cc
|
| diff --git a/base/prefs/scoped_user_pref_update.cc b/base/prefs/scoped_user_pref_update.cc
|
| index c86b1634b52113987e580e4317d869f19da5198c..41b654cd58c9ab1efae397e3ee5f57191e7d8b8a 100644
|
| --- a/base/prefs/scoped_user_pref_update.cc
|
| +++ b/base/prefs/scoped_user_pref_update.cc
|
| @@ -20,7 +20,7 @@ ScopedUserPrefUpdateBase::~ScopedUserPrefUpdateBase() {
|
| Notify();
|
| }
|
|
|
| -Value* ScopedUserPrefUpdateBase::GetValueOfType(base::Value::Type type) {
|
| +base::Value* ScopedUserPrefUpdateBase::GetValueOfType(base::Value::Type type) {
|
| if (!value_)
|
| value_ = service_->GetMutableUserPref(path_.c_str(), type);
|
| return value_;
|
|
|