| Index: chrome/browser/ui/webui/options/preferences_browsertest.cc
|
| diff --git a/chrome/browser/ui/webui/options/preferences_browsertest.cc b/chrome/browser/ui/webui/options/preferences_browsertest.cc
|
| index 545e5594e430946e3457366bc803b13f39cdaec7..17bd68dfb98a0c45ee2301899445fb9bf203c2f3 100644
|
| --- a/chrome/browser/ui/webui/options/preferences_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/options/preferences_browsertest.cc
|
| @@ -739,7 +739,7 @@ class ManagedPreferencesBrowserTest : public PreferencesBrowserTest {
|
| // Set up fake install attributes.
|
| std::unique_ptr<chromeos::StubInstallAttributes> attributes =
|
| base::MakeUnique<chromeos::StubInstallAttributes>();
|
| - attributes->SetEnterprise("example.com", "fake-id");
|
| + attributes->SetCloudManaged("example.com", "fake-id");
|
| policy::BrowserPolicyConnectorChromeOS::SetInstallAttributesForTesting(
|
| attributes.release());
|
|
|
|
|