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

Unified Diff: chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_service.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_pref_mapping_service.cc
diff --git a/chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_service.cc b/chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_service.cc
index 66af76c17a027172c1986e2abd85b0edd189e9b3..a78bab84b7aa1109f1563c6c26fd3c9c543a251e 100644
--- a/chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_service.cc
+++ b/chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_service.cc
@@ -56,7 +56,7 @@ void SupervisedUserPrefMappingService::OnAvatarChanged() {
// If yes, update the shared settings value.
shared_settings_->SetValue(supervised_user_id_,
supervised_users::kChromeAvatarIndex,
- base::FundamentalValue(new_avatar_index));
+ base::Value(new_avatar_index));
}
void SupervisedUserPrefMappingService::OnSharedSettingChanged(

Powered by Google App Engine
This is Rietveld 408576698