Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: chrome/browser/chromeos/settings/scoped_cros_settings_test_helper.cc

Issue 2664753002: Remove base::StringValue (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698