| Index: chrome/browser/history/DEPS
|
| diff --git a/chrome/browser/history/DEPS b/chrome/browser/history/DEPS
|
| index 030f20e3a1e0de66859c27e3f0788c3d81337db8..7dfc95c71e4cc73870a7096c4c2f16a580922b30 100644
|
| --- a/chrome/browser/history/DEPS
|
| +++ b/chrome/browser/history/DEPS
|
| @@ -29,8 +29,6 @@ include_rules = [
|
| "!chrome/browser/ui/browser_finder.h",
|
| "!components/bookmarks/browser/bookmark_utils.h",
|
| "!components/dom_distiller/core/url_constants.h",
|
| - "!components/visitedlink/browser/visitedlink_delegate.h",
|
| - "!components/visitedlink/browser/visitedlink_master.h",
|
| ]
|
|
|
| specific_include_rules = {
|
| @@ -54,6 +52,11 @@ specific_include_rules = {
|
| "+components/bookmarks/browser",
|
| "+components/keyed_service/content",
|
| ],
|
| + # Those files will move to //components/history/content/browser and thus
|
| + # can depend on //content even indirectly.
|
| + 'content_.*\.(cc|h)': [
|
| + "+components/visitedlink/browser",
|
| + ],
|
| # TODO(sdefresne): Bring this list to zero.
|
| #
|
| # Do not add to the list of temporarily-allowed dependencies below,
|
|
|