Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Unified Diff: components/policy/core/common/cloud/policy_builder.h

Issue 2273783002: Move policy generated files to components/policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed headers Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/policy/core/common/cloud/policy_builder.h
diff --git a/components/policy/core/common/cloud/policy_builder.h b/components/policy/core/common/cloud/policy_builder.h
index be3297ae2a7cab8c0593bfbf3df8c83639e7322c..2a8af4a2d5c771ee11f597ea0ea8578331e7ffb6 100644
--- a/components/policy/core/common/cloud/policy_builder.h
+++ b/components/policy/core/common/cloud/policy_builder.h
@@ -14,12 +14,12 @@
#include "base/logging.h"
#include "base/macros.h"
#include "build/build_config.h"
+#include "components/policy/proto/cloud_policy.pb.h"
+#include "components/policy/proto/device_management_backend.pb.h"
#include "crypto/rsa_private_key.h"
-#include "policy/proto/cloud_policy.pb.h"
-#include "policy/proto/device_management_backend.pb.h"
#if !defined(OS_ANDROID) && !defined(OS_IOS)
-#include "policy/proto/chrome_extension_policy.pb.h"
+#include "components/policy/proto/chrome_extension_policy.pb.h"
#endif
namespace policy {

Powered by Google App Engine
This is Rietveld 408576698