| Index: chrome/browser/policy/file_based_policy_provider.cc
|
| diff --git a/chrome/browser/policy/file_based_policy_provider.cc b/chrome/browser/policy/file_based_policy_provider.cc
|
| deleted file mode 100644
|
| index b03d85187c7cf7b568b8901695146cb00c8edca9..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/policy/file_based_policy_provider.cc
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// 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.
|
| -
|
| -#include "chrome/browser/policy/file_based_policy_provider.h"
|
| -
|
| -#include "chrome/browser/policy/file_based_policy_loader.h"
|
| -
|
| -namespace policy {
|
| -
|
| -FileBasedPolicyProvider::ProviderDelegate::ProviderDelegate(
|
| - const FilePath& config_file_path)
|
| - : config_file_path_(config_file_path) {}
|
| -
|
| -FileBasedPolicyProvider::ProviderDelegate::~ProviderDelegate() {}
|
| -
|
| -FileBasedPolicyProvider::FileBasedPolicyProvider(
|
| - const PolicyDefinitionList* policy_list,
|
| - FileBasedPolicyProvider::ProviderDelegate* delegate)
|
| - : AsynchronousPolicyProvider(
|
| - policy_list,
|
| - new FileBasedPolicyLoader(delegate)) {}
|
| -
|
| -} // namespace policy
|
|
|