| Index: chrome/browser/policy/policy_startup_browsertest.cc
|
| diff --git a/chrome/browser/policy/policy_startup_browsertest.cc b/chrome/browser/policy/policy_startup_browsertest.cc
|
| index 85c6cc56448bc6c9ae3578bc1cd14eae9079a7f6..bf429d33f8b0ac6125c4046b95bc3cec18bdaca7 100644
|
| --- a/chrome/browser/policy/policy_startup_browsertest.cc
|
| +++ b/chrome/browser/policy/policy_startup_browsertest.cc
|
| @@ -12,7 +12,6 @@
|
| #include "components/policy/core/browser/browser_policy_connector.h"
|
| #include "components/policy/core/common/mock_configuration_policy_provider.h"
|
| #include "components/policy/core/common/policy_map.h"
|
| -#include "components/policy/core/common/policy_types.h"
|
| #include "policy/policy_constants.h"
|
|
|
| class PolicyMakeDefaultBrowserTest : public InProcessBrowserTest {
|
| @@ -33,7 +32,6 @@
|
| values.Set(policy::key::kDefaultBrowserSettingEnabled,
|
| policy::POLICY_LEVEL_MANDATORY,
|
| policy::POLICY_SCOPE_MACHINE,
|
| - policy::POLICY_SOURCE_CLOUD,
|
| new base::FundamentalValue(false),
|
| NULL);
|
| provider_.UpdateChromePolicy(values);
|
|
|