Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index 73efdfb5d0a9d8f115c02e9121774673af5e33b4..5770b64317fac0ee6b5eabb7a5d1afdd6302c1c3 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -76,10 +76,10 @@ |
#include "testing/gmock/include/gmock/gmock.h" |
#if defined(ENABLE_CONFIGURATION_POLICY) |
-#include "chrome/browser/policy/configuration_policy_provider.h" |
#include "chrome/browser/policy/policy_service_impl.h" |
#include "chrome/browser/policy/schema_registry_service.h" |
#include "chrome/browser/policy/schema_registry_service_factory.h" |
+#include "components/policy/core/common/configuration_policy_provider.h" |
#include "components/policy/core/common/schema.h" |
#else |
#include "chrome/browser/policy/policy_service_stub.h" |