Index: components/policy/core/common/policy_loader_ios.mm |
diff --git a/components/policy/core/common/policy_loader_ios.mm b/components/policy/core/common/policy_loader_ios.mm |
index 0fec8058ed2cffed29f49ddf7e9954cdc3c2572f..8b0a48089166c747bc56e67a6d81f50df2a640e9 100644 |
--- a/components/policy/core/common/policy_loader_ios.mm |
+++ b/components/policy/core/common/policy_loader_ios.mm |
@@ -18,7 +18,7 @@ |
#include "components/policy/core/common/policy_bundle.h" |
#include "components/policy/core/common/policy_map.h" |
#include "components/policy/core/common/policy_namespace.h" |
-#include "policy/policy_constants.h" |
+#include "components/policy/policy_constants.h" |
// This policy loader loads a managed app configuration from the NSUserDefaults. |
// For example code from Apple see: |