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

Unified Diff: components/policy/core/common/cloud/resource_cache.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/resource_cache.cc
diff --git a/chrome/browser/policy/cloud/resource_cache.cc b/components/policy/core/common/cloud/resource_cache.cc
similarity index 99%
rename from chrome/browser/policy/cloud/resource_cache.cc
rename to components/policy/core/common/cloud/resource_cache.cc
index 0ee7e3a689eb017b92c6e2949649f64293919eb4..e527679aa4c650f36ea0246f3c12e28c42af7417 100644
--- a/chrome/browser/policy/cloud/resource_cache.cc
+++ b/components/policy/core/common/cloud/resource_cache.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/resource_cache.h"
+#include "components/policy/core/common/cloud/resource_cache.h"
#include "base/base64.h"
#include "base/callback.h"
« no previous file with comments | « components/policy/core/common/cloud/resource_cache.h ('k') | components/policy/core/common/cloud/resource_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698