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

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

Issue 140803003: Move the Autofill and URLBlacklist policy handlers to the component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trying again... Created 6 years, 11 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/autofill_policy_handler_unittest.cc
diff --git a/chrome/browser/policy/autofill_policy_handler_unittest.cc b/components/policy/core/browser/autofill_policy_handler_unittest.cc
similarity index 96%
rename from chrome/browser/policy/autofill_policy_handler_unittest.cc
rename to components/policy/core/browser/autofill_policy_handler_unittest.cc
index a3aeb3cc41351c7b3c18ca7215f3bac6b9726e85..61ba9169a7521cfc7ab5feb66dd221ba0ccb7b6e 100644
--- a/chrome/browser/policy/autofill_policy_handler_unittest.cc
+++ b/components/policy/core/browser/autofill_policy_handler_unittest.cc
@@ -4,8 +4,8 @@
#include "base/prefs/pref_value_map.h"
#include "base/values.h"
-#include "chrome/browser/policy/autofill_policy_handler.h"
#include "components/autofill/core/common/autofill_pref_names.h"
+#include "components/policy/core/browser/autofill_policy_handler.h"
#include "components/policy/core/common/policy_map.h"
#include "policy/policy_constants.h"
#include "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698