| Index: chrome/browser/history/DEPS
|
| diff --git a/chrome/browser/history/DEPS b/chrome/browser/history/DEPS
|
| index a798771071b54ae3feb6342776462684c33110a9..f526103b66557139c21d2100549c2b12005f741f 100644
|
| --- a/chrome/browser/history/DEPS
|
| +++ b/chrome/browser/history/DEPS
|
| @@ -6,6 +6,7 @@ include_rules = [
|
| "+chrome/browser/api",
|
| "+chrome/browser/common",
|
| "+chrome/browser/history",
|
| + "+components/visitedlink/browser",
|
|
|
| # TODO(erikwright): Bring this list to zero.
|
| #
|
| @@ -51,9 +52,6 @@ include_rules = [
|
| "!chrome/browser/ui/profile_error_dialog.h",
|
| "!chrome/browser/ui/webui/ntp/most_visited_handler.h",
|
| "!chrome/browser/ui/webui/ntp/new_tab_ui.h",
|
| - # TODO(boliu): Allow visitedlink after they are componentized.
|
| - "!chrome/browser/visitedlink/visitedlink_delegate.h",
|
| - "!chrome/browser/visitedlink/visitedlink_master.h",
|
| ]
|
|
|
| specific_include_rules = {
|
|
|