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

Unified Diff: chrome/browser/policy/url_blacklist_manager_unittest.cc

Issue 102973005: Move URLBlacklistManager to components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, fixed linkage of policy_component 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
« no previous file with comments | « chrome/browser/policy/url_blacklist_manager.cc ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/url_blacklist_manager_unittest.cc
diff --git a/chrome/browser/policy/url_blacklist_manager_unittest.cc b/chrome/browser/policy/url_blacklist_manager_unittest.cc
index f9e7bb25db55e26410c5d9375cad08a1189d44f2..27d3307029c5e2845f97eb8cda4f32ea0776b9fd 100644
--- a/chrome/browser/policy/url_blacklist_manager_unittest.cc
+++ b/chrome/browser/policy/url_blacklist_manager_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/url_blacklist_manager.h"
+#include "components/policy/core/common/url_blacklist_manager.h"
#include <ostream>
@@ -21,6 +21,12 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
+// TODO(joaodasilva): this file should be moved next to
+// components/policy/core/common/url_blacklist_manager.(cc|h).
+// However, url_fixer_upper.h can't be included from the component. Rather
+// than having it mocked out, the actual URLFixerUpper::SegmentURL call is used
+// to make sure that the parsing of URL filters is correct.
+
namespace policy {
namespace {
« no previous file with comments | « chrome/browser/policy/url_blacklist_manager.cc ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698