| Index: components/policy/core/common/cloud/component_cloud_policy_updater.h
|
| diff --git a/chrome/browser/policy/cloud/component_cloud_policy_updater.h b/components/policy/core/common/cloud/component_cloud_policy_updater.h
|
| similarity index 83%
|
| rename from chrome/browser/policy/cloud/component_cloud_policy_updater.h
|
| rename to components/policy/core/common/cloud/component_cloud_policy_updater.h
|
| index f7116078ff8b3afeb9431784e521d20d1b4ee68c..9584b0323546f5381a395f0eef4f4b0571735df0 100644
|
| --- a/chrome/browser/policy/cloud/component_cloud_policy_updater.h
|
| +++ b/components/policy/core/common/cloud/component_cloud_policy_updater.h
|
| @@ -2,16 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_POLICY_CLOUD_COMPONENT_CLOUD_POLICY_UPDATER_H_
|
| -#define CHROME_BROWSER_POLICY_CLOUD_COMPONENT_CLOUD_POLICY_UPDATER_H_
|
| +#ifndef COMPONENTS_POLICY_CORE_COMMON_CLOUD_COMPONENT_CLOUD_POLICY_UPDATER_H_
|
| +#define COMPONENTS_POLICY_CORE_COMMON_CLOUD_COMPONENT_CLOUD_POLICY_UPDATER_H_
|
|
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "chrome/browser/policy/cloud/external_policy_data_updater.h"
|
| +#include "components/policy/core/common/cloud/external_policy_data_updater.h"
|
| #include "components/policy/core/common/policy_namespace.h"
|
| +#include "components/policy/policy_export.h"
|
|
|
| namespace base {
|
| class SequencedTaskRunner;
|
| @@ -31,7 +32,7 @@ class ExternalPolicyDataFetcher;
|
| // them in a ComponentCloudPolicyStore. It also enforces size limits on what's
|
| // cached.
|
| // It retries to download the policy data periodically when a download fails.
|
| -class ComponentCloudPolicyUpdater {
|
| +class POLICY_EXPORT ComponentCloudPolicyUpdater {
|
| public:
|
| // This class runs on the background thread represented by |task_runner|,
|
| // which must support file I/O. All network I/O is delegated to the
|
| @@ -63,4 +64,4 @@ class ComponentCloudPolicyUpdater {
|
|
|
| } // namespace policy
|
|
|
| -#endif // CHROME_BROWSER_POLICY_CLOUD_COMPONENT_CLOUD_POLICY_UPDATER_H_
|
| +#endif // COMPONENTS_POLICY_CORE_COMMON_CLOUD_COMPONENT_CLOUD_POLICY_UPDATER_H_
|
|
|