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

Unified Diff: components/policy/core/browser/autofill_policy_handler.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.cc
diff --git a/chrome/browser/policy/autofill_policy_handler.cc b/components/policy/core/browser/autofill_policy_handler.cc
similarity index 94%
rename from chrome/browser/policy/autofill_policy_handler.cc
rename to components/policy/core/browser/autofill_policy_handler.cc
index 6175bd6a27865ca94f68b3fc709c45673ce8078c..009a8cadafa1262a989b22529fd507a1823381d2 100644
--- a/chrome/browser/policy/autofill_policy_handler.cc
+++ b/components/policy/core/browser/autofill_policy_handler.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/autofill_policy_handler.h"
+#include "components/policy/core/browser/autofill_policy_handler.h"
#include "base/prefs/pref_value_map.h"
#include "base/values.h"

Powered by Google App Engine
This is Rietveld 408576698