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

Unified Diff: chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.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/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 35efdf6e57b1ea0d67c26a05a8bc2fe0943cbf00..5943771cc50322c6da09b187aecc7d7c2384e6e6 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