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