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

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

Issue 2666093002: Remove base::FundamentalValue (Closed)
Patch Set: Rebase Created 3 years, 10 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/supervised_user/legacy/supervised_user_pref_mapping_service_unittest.cc
diff --git a/chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_service_unittest.cc b/chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_service_unittest.cc
index 0fa039f2a5cea3e20102d6268e308cf545f78772..34eedeafb0d941992e35946c5431fdd04ad0b1c7 100644
--- a/chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_service_unittest.cc
+++ b/chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_service_unittest.cc
@@ -61,7 +61,7 @@ TEST_F(SupervisedUserPrefMappingServiceTest, CheckSharedSettingUpdate) {
EXPECT_EQ(profile_.GetPrefs()->GetInteger(prefs::kProfileAvatarIndex), -1);
shared_settings_service_->SetValue(kFakeSupervisedUserId,
supervised_users::kChromeAvatarIndex,
- base::FundamentalValue(1));
+ base::Value(1));
mapping_service_->OnSharedSettingChanged(
kFakeSupervisedUserId,
supervised_users::kChromeAvatarIndex);

Powered by Google App Engine
This is Rietveld 408576698