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

Unified Diff: chrome/browser/chromeos/policy/affiliation_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/policy/affiliation_test_helper.cc
diff --git a/chrome/browser/chromeos/policy/affiliation_test_helper.cc b/chrome/browser/chromeos/policy/affiliation_test_helper.cc
index 13310b5615bba635b33aaf5278843056f92a5732..27b051ac32d76a826a41f0d1bfd9b3fa0cf93531 100644
--- a/chrome/browser/chromeos/policy/affiliation_test_helper.cc
+++ b/chrome/browser/chromeos/policy/affiliation_test_helper.cc
@@ -99,7 +99,7 @@ void SetUserAffiliationIDs(
void PreLoginUser(const std::string& user_id) {
ListPrefUpdate users_pref(g_browser_process->local_state(), "LoggedInUsers");
- users_pref->AppendIfNotPresent(base::MakeUnique<base::StringValue>(user_id));
+ users_pref->AppendIfNotPresent(base::MakeUnique<base::Value>(user_id));
chromeos::StartupUtils::MarkOobeCompleted();
}

Powered by Google App Engine
This is Rietveld 408576698