| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 3fa3ef91dc89e105095475fe86cf9377a2be899f..aba5f856d9c01508627d9e390bd8ac99a03cf0c2 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -75,10 +75,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"
|
|
|