| Index: chrome/browser/policy/config_dir_policy_provider_unittest.cc
|
| diff --git a/chrome/browser/policy/config_dir_policy_provider_unittest.cc b/chrome/browser/policy/config_dir_policy_provider_unittest.cc
|
| index f2757c4b2c150a79bffd0ebb341a78655cfb4988..292469a7e0942c26ca1e0d85b34a28abfb37cd76 100644
|
| --- a/chrome/browser/policy/config_dir_policy_provider_unittest.cc
|
| +++ b/chrome/browser/policy/config_dir_policy_provider_unittest.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -60,7 +60,9 @@ void TestHarness::SetUp() {
|
|
|
| AsynchronousPolicyProvider* TestHarness::CreateProvider(
|
| const PolicyDefinitionList* policy_definition_list) {
|
| - return new ConfigDirPolicyProvider(policy_definition_list, test_dir());
|
| + return new ConfigDirPolicyProvider(policy_definition_list,
|
| + POLICY_LEVEL_MANDATORY,
|
| + test_dir());
|
| }
|
|
|
| void TestHarness::InstallEmptyPolicy() {
|
|
|