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

Unified Diff: components/policy/core/browser/configuration_policy_pref_store_test.cc

Issue 185413025: Moved policy unittests into the policy component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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/browser/configuration_policy_pref_store_test.cc
diff --git a/chrome/browser/policy/configuration_policy_pref_store_test.cc b/components/policy/core/browser/configuration_policy_pref_store_test.cc
similarity index 94%
rename from chrome/browser/policy/configuration_policy_pref_store_test.cc
rename to components/policy/core/browser/configuration_policy_pref_store_test.cc
index ec9b47963b4b449653bb16d7891fa03ba5dd765a..28a028305625639cb4dfc1a5b02cd1a60f50e5d6 100644
--- a/chrome/browser/policy/configuration_policy_pref_store_test.cc
+++ b/components/policy/core/browser/configuration_policy_pref_store_test.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/configuration_policy_pref_store_test.h"
+#include "components/policy/core/browser/configuration_policy_pref_store_test.h"
#include <string>

Powered by Google App Engine
This is Rietveld 408576698