| 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 {
|
|
|