| Index: chrome/browser/chromeos/settings/scoped_cros_settings_test_helper.cc
|
| diff --git a/chrome/browser/chromeos/settings/scoped_cros_settings_test_helper.cc b/chrome/browser/chromeos/settings/scoped_cros_settings_test_helper.cc
|
| index e66d19857e71cc953c9af067fe129bddd7c85478..ccc920658bfeec5d82233b7825a91f9aa7e62343 100644
|
| --- a/chrome/browser/chromeos/settings/scoped_cros_settings_test_helper.cc
|
| +++ b/chrome/browser/chromeos/settings/scoped_cros_settings_test_helper.cc
|
| @@ -95,7 +95,7 @@ void ScopedCrosSettingsTestHelper::SetDouble(const std::string& path,
|
|
|
| void ScopedCrosSettingsTestHelper::SetString(const std::string& path,
|
| const std::string& in_value) {
|
| - Set(path, base::StringValue(in_value));
|
| + Set(path, base::Value(in_value));
|
| }
|
|
|
| void ScopedCrosSettingsTestHelper::StoreCachedDeviceSetting(
|
|
|