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

Unified Diff: chrome/browser/supervised_user/legacy/supervised_user_registration_utility.cc

Issue 2476493003: Remove FundamentalValue
Patch Set: Fix Created 4 years, 1 month 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/supervised_user/legacy/supervised_user_registration_utility.cc
diff --git a/chrome/browser/supervised_user/legacy/supervised_user_registration_utility.cc b/chrome/browser/supervised_user/legacy/supervised_user_registration_utility.cc
index 8c2c51370f011a718c5c2de395a9f2dd388bafec..a2cfb082146f286e2425a94a22913c89b885b81a 100644
--- a/chrome/browser/supervised_user/legacy/supervised_user_registration_utility.cc
+++ b/chrome/browser/supervised_user/legacy/supervised_user_registration_utility.cc
@@ -291,7 +291,7 @@ void SupervisedUserRegistrationUtilityImpl::Register(
#endif
supervised_user_shared_settings_service_->SetValue(
pending_supervised_user_id_, kAvatarKey,
- base::FundamentalValue(info.avatar_index));
+ base::Value(info.avatar_index));
if (need_password_update) {
password_update_.reset(new SupervisedUserSharedSettingsUpdate(
supervised_user_shared_settings_service_, pending_supervised_user_id_,

Powered by Google App Engine
This is Rietveld 408576698