| 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(
|
|
|