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

Unified Diff: chrome/browser/signin/easy_unlock_service_unittest_chromeos.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/signin/easy_unlock_service_unittest_chromeos.cc
diff --git a/chrome/browser/signin/easy_unlock_service_unittest_chromeos.cc b/chrome/browser/signin/easy_unlock_service_unittest_chromeos.cc
index 09b38929e879da4de1d442c71ef11f0d94e97bd9..cc8351394f45e791a686f849cf2322746e4cce41 100644
--- a/chrome/browser/signin/easy_unlock_service_unittest_chromeos.cc
+++ b/chrome/browser/signin/easy_unlock_service_unittest_chromeos.cc
@@ -236,7 +236,7 @@ class EasyUnlockServiceTest : public testing::Test {
void SetEasyUnlockAllowedPolicy(bool allowed) {
profile_->GetTestingPrefService()->SetManagedPref(
- prefs::kEasyUnlockAllowed, new base::FundamentalValue(allowed));
+ prefs::kEasyUnlockAllowed, new base::Value(allowed));
}
void set_is_bluetooth_adapter_present(bool is_present) {

Powered by Google App Engine
This is Rietveld 408576698