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

Unified Diff: chrome/browser/policy/cloud/user_cloud_policy_store.cc

Issue 108563005: Move the cloud policy protobufs into the component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years 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: chrome/browser/policy/cloud/user_cloud_policy_store.cc
diff --git a/chrome/browser/policy/cloud/user_cloud_policy_store.cc b/chrome/browser/policy/cloud/user_cloud_policy_store.cc
index 986e42cafa7d5328f55ee9c7b22d822d90594f0c..4bcafdabfa0a46541da36f9ad0d22a428d60294f 100644
--- a/chrome/browser/policy/cloud/user_cloud_policy_store.cc
+++ b/chrome/browser/policy/cloud/user_cloud_policy_store.cc
@@ -8,10 +8,9 @@
#include "base/file_util.h"
#include "base/location.h"
#include "base/task_runner_util.h"
-#include "chrome/browser/policy/proto/cloud/device_management_backend.pb.h"
-#include "chrome/browser/policy/proto/cloud/device_management_local.pb.h"
#include "policy/policy_constants.h"
#include "policy/proto/cloud_policy.pb.h"
+#include "policy/proto/device_management_backend.pb.h"
namespace em = enterprise_management;

Powered by Google App Engine
This is Rietveld 408576698