| Index: chrome/browser/chromeos/settings/system_settings_provider.h
|
| diff --git a/chrome/browser/chromeos/settings/system_settings_provider.h b/chrome/browser/chromeos/settings/system_settings_provider.h
|
| index 0a59bc5c2ef5ad55cde26d7bfda4f7afd11ee403..e61761f4c9ff12b67d395ae3bd5d872c12b71e65 100644
|
| --- a/chrome/browser/chromeos/settings/system_settings_provider.h
|
| +++ b/chrome/browser/chromeos/settings/system_settings_provider.h
|
| @@ -16,7 +16,6 @@
|
|
|
| namespace base {
|
| class Value;
|
| -using StringValue = Value;
|
| }
|
|
|
| namespace chromeos {
|
| @@ -39,7 +38,7 @@ class SystemSettingsProvider : public CrosSettingsProvider,
|
| // CrosSettingsProvider implementation.
|
| void DoSet(const std::string& path, const base::Value& in_value) override;
|
|
|
| - std::unique_ptr<base::StringValue> timezone_value_;
|
| + std::unique_ptr<base::Value> timezone_value_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SystemSettingsProvider);
|
| };
|
|
|