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

Unified Diff: components/policy/core/common/cloud/system_policy_request_context.cc

Issue 109743002: Move policy code into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moar 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: components/policy/core/common/cloud/system_policy_request_context.cc
diff --git a/chrome/browser/policy/cloud/system_policy_request_context.cc b/components/policy/core/common/cloud/system_policy_request_context.cc
similarity index 96%
rename from chrome/browser/policy/cloud/system_policy_request_context.cc
rename to components/policy/core/common/cloud/system_policy_request_context.cc
index 7e8a442e982cf4f576b14a63124f59fd2e539f98..ebbb8766e4cc3e94a56f6c72dd80d5ded828c251 100644
--- a/chrome/browser/policy/cloud/system_policy_request_context.cc
+++ b/components/policy/core/common/cloud/system_policy_request_context.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/policy/cloud/system_policy_request_context.h"
+#include "components/policy/core/common/cloud/system_policy_request_context.h"
#include "base/logging.h"
#include "base/single_thread_task_runner.h"

Powered by Google App Engine
This is Rietveld 408576698