| Index: components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc
|
| diff --git a/chrome/browser/policy/cloud/cloud_policy_refresh_scheduler.cc b/components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc
|
| similarity index 98%
|
| rename from chrome/browser/policy/cloud/cloud_policy_refresh_scheduler.cc
|
| rename to components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc
|
| index aaf1c2964cedccb87ee6c9ad13f3124f0d6a44cf..b0a556b5fee82c1c5835ad7627645e720d94003f 100644
|
| --- a/chrome/browser/policy/cloud/cloud_policy_refresh_scheduler.cc
|
| +++ b/components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/policy/cloud/cloud_policy_refresh_scheduler.h"
|
| +#include "components/policy/core/common/cloud/cloud_policy_refresh_scheduler.h"
|
|
|
| #include <algorithm>
|
|
|
| @@ -14,7 +14,7 @@
|
| #include "base/sequenced_task_runner.h"
|
| #include "base/time/default_tick_clock.h"
|
| #include "base/time/tick_clock.h"
|
| -#include "chrome/browser/policy/cloud/cloud_policy_constants.h"
|
| +#include "components/policy/core/common/cloud/cloud_policy_constants.h"
|
| #include "components/policy/core/common/policy_switches.h"
|
|
|
| namespace policy {
|
|
|