| Index: chrome/browser/ui/webui/options/chromeos/system_settings_provider.h
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/system_settings_provider.h b/chrome/browser/ui/webui/options/chromeos/system_settings_provider.h
|
| index 039689ff4b97fae0b658afe5fcb9f1e7bcf9e47d..56f99aeaee6e772bc261906af08cae539049fa8c 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/system_settings_provider.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/system_settings_provider.h
|
| @@ -41,7 +41,8 @@ class SystemSettingsProvider : public CrosSettingsProvider,
|
|
|
| private:
|
| // CrosSettingsProvider overrides.
|
| - virtual void DoSet(const std::string& path, base::Value* in_value) OVERRIDE;
|
| + virtual void DoSet(const std::string& path,
|
| + const base::Value& in_value) OVERRIDE;
|
|
|
| // Gets timezone name.
|
| static string16 GetTimezoneName(const icu::TimeZone& timezone);
|
|
|