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

Unified Diff: components/policy/core/common/cloud/resource_cache_unittest.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_unittest.cc
diff --git a/chrome/browser/policy/cloud/resource_cache_unittest.cc b/components/policy/core/common/cloud/resource_cache_unittest.cc
similarity index 98%
rename from chrome/browser/policy/cloud/resource_cache_unittest.cc
rename to components/policy/core/common/cloud/resource_cache_unittest.cc
index afca62516a380c806e1845b82872295c3fc90c88..3e5a5eee79add969134af03697620a163c113bc6 100644
--- a/chrome/browser/policy/cloud/resource_cache_unittest.cc
+++ b/components/policy/core/common/cloud/resource_cache_unittest.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/basictypes.h"
#include "base/bind.h"

Powered by Google App Engine
This is Rietveld 408576698