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

Unified Diff: components/policy/core/browser/url_blacklist_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/url_blacklist_policy_handler.cc
diff --git a/chrome/browser/policy/url_blacklist_policy_handler.cc b/components/policy/core/browser/url_blacklist_policy_handler.cc
similarity index 97%
rename from chrome/browser/policy/url_blacklist_policy_handler.cc
rename to components/policy/core/browser/url_blacklist_policy_handler.cc
index 8e51f90675ae57c502592f7e52df8f9fce140ac7..73f68414329f2e124531bd1a368600d3dc07ea3a 100644
--- a/chrome/browser/policy/url_blacklist_policy_handler.cc
+++ b/components/policy/core/browser/url_blacklist_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/url_blacklist_policy_handler.h"
+#include "components/policy/core/browser/url_blacklist_policy_handler.h"
#include "base/memory/scoped_ptr.h"
#include "base/prefs/pref_value_map.h"
« no previous file with comments | « components/policy/core/browser/url_blacklist_policy_handler.h ('k') | components/policy/policy_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698