Chromium Code Reviews| 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 802beb5b5d9505ce6cf23e9fca05ca4ce47f126b..0a59bc5c2ef5ad55cde26d7bfda4f7afd11ee403 100644 |
| --- a/chrome/browser/chromeos/settings/system_settings_provider.h |
| +++ b/chrome/browser/chromeos/settings/system_settings_provider.h |
| @@ -15,7 +15,8 @@ |
| #include "third_party/icu/source/i18n/unicode/timezone.h" |
| namespace base { |
| -class StringValue; |
| +class Value; |
| +using StringValue = Value; |
| } |
| namespace chromeos { |