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

Unified Diff: chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.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/ui/webui/options/chromeos/shared_options_browsertest.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc b/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
index eee81087123b41cac273a941556202aa41c97746..ddd784efadfd5605d8163e5bea1c176e5170840e 100644
--- a/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
+++ b/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
@@ -261,7 +261,7 @@ class SharedOptionsTest : public LoginManagerTest {
// Set cros.accounts.allowGuest to false so we can test the accounts list.
// This has to be done after the PRE_* test or we can't add the owner.
stub_settings_provider_ptr_->Set(kAccountsPrefAllowNewUser,
- base::FundamentalValue(false));
+ base::Value(false));
bool success;
std::string js_expression = base::StringPrintf(

Powered by Google App Engine
This is Rietveld 408576698