| Index: chrome/browser/policy/file_based_policy_provider.h
|
| diff --git a/chrome/browser/policy/file_based_policy_provider.h b/chrome/browser/policy/file_based_policy_provider.h
|
| index c94e1d477b06ef2746aa31ff815c2351748b955f..17a12bfe22eb4b0d00d046a6953485debdf54022 100644
|
| --- a/chrome/browser/policy/file_based_policy_provider.h
|
| +++ b/chrome/browser/policy/file_based_policy_provider.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 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.
|
|
|
| @@ -42,6 +42,8 @@ class FileBasedPolicyProvider : public AsynchronousPolicyProvider {
|
|
|
| // Assumes ownership of |delegate|.
|
| FileBasedPolicyProvider(const PolicyDefinitionList* policy_list,
|
| + PolicyLevel level,
|
| + PolicyScope scope,
|
| ProviderDelegate* delegate);
|
| virtual ~FileBasedPolicyProvider() {}
|
|
|
|
|