Index: components/policy/core/common/cloud/cloud_external_data_manager.cc |
diff --git a/chrome/browser/policy/cloud/cloud_external_data_manager.cc b/components/policy/core/common/cloud/cloud_external_data_manager.cc |
similarity index 88% |
rename from chrome/browser/policy/cloud/cloud_external_data_manager.cc |
rename to components/policy/core/common/cloud/cloud_external_data_manager.cc |
index 797ffd0d00071a009f5a709b81312cc555b17841..0d2995eef7799133c243c4d6382204e55f06e40c 100644 |
--- a/chrome/browser/policy/cloud/cloud_external_data_manager.cc |
+++ b/components/policy/core/common/cloud/cloud_external_data_manager.cc |
@@ -2,9 +2,9 @@ |
// 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_external_data_manager.h" |
+#include "components/policy/core/common/cloud/cloud_external_data_manager.h" |
-#include "chrome/browser/policy/cloud/cloud_policy_store.h" |
+#include "components/policy/core/common/cloud/cloud_policy_store.h" |
#include "net/url_request/url_request_context_getter.h" |
namespace policy { |