| Index: chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
|
| diff --git a/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc b/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
|
| index 5f1c55e7c9dd49c1a58df9deefe29f2c63f031d8..063ba5e3bc3610b8e2dae62c279260097718a917 100644
|
| --- a/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
|
| +++ b/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
|
| @@ -604,7 +604,7 @@ TEST_F(CloudPrintProxyPolicyStartupTest, StartBrowserWithPolicy) {
|
| base::Value::CreateStringValue(
|
| MockServiceIPCServer::EnabledUserId()));
|
| prefs->SetManagedPref(prefs::kCloudPrintProxyEnabled,
|
| - base::Value::CreateBooleanValue(false));
|
| + new base::FundamentalValue(false));
|
|
|
| CommandLine command_line(CommandLine::NO_PROGRAM);
|
| command_line.AppendSwitch(switches::kCheckCloudPrintConnectorPolicy);
|
|
|