| Index: chrome/browser/extensions/api/settings_private/settings_private_delegate.h
 | 
| diff --git a/chrome/browser/extensions/api/settings_private/settings_private_delegate.h b/chrome/browser/extensions/api/settings_private/settings_private_delegate.h
 | 
| index b2a1c90c75c1c9c2c946f0857c3aada50e96ffe2..3f6c6ba5a37bb403729a5e5583ac54d144645a65 100644
 | 
| --- a/chrome/browser/extensions/api/settings_private/settings_private_delegate.h
 | 
| +++ b/chrome/browser/extensions/api/settings_private/settings_private_delegate.h
 | 
| @@ -35,7 +35,8 @@ class SettingsPrivateDelegate : public KeyedService {
 | 
|    ~SettingsPrivateDelegate() override;
 | 
|  
 | 
|    // Sets the pref with the given name and value in the proper PrefService.
 | 
| -  virtual bool SetPref(const std::string& name, const base::Value* value);
 | 
| +  virtual PrefsUtil::SetPrefResult SetPref(
 | 
| +      const std::string& name, const base::Value* value);
 | 
|  
 | 
|    // Gets the value of the pref with the given |name|.
 | 
|    virtual scoped_ptr<base::Value> GetPref(const std::string& name);
 | 
| 
 |