| Index: chrome/browser/DEPS
|
| diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
|
| index 2f2c9c21cd6e3cb6fe5021bb81998ef06488428a..4d9866f2a59e8816c5a0085cd4db61d4e5a23b88 100644
|
| --- a/chrome/browser/DEPS
|
| +++ b/chrome/browser/DEPS
|
| @@ -4,6 +4,7 @@ include_rules = [
|
| "+chrome/installer",
|
| "+chrome/tools/profiles", # For history unit tests.
|
| "+chromeos",
|
| + "+components/visitedlink/browser",
|
| "+components/web_contents_delegate_android",
|
| # TODO(boliu): Remove when content/components is moved to components.
|
| "+content/components",
|
| @@ -101,8 +102,4 @@ include_rules = [
|
| "+third_party/re2",
|
| "+third_party/sqlite",
|
| "+third_party/undoview",
|
| -
|
| - # FIXME: this is used by a browser_test. We need to find a better structure
|
| - # for this include.
|
| - "!chrome/renderer/visitedlink_slave.h",
|
| ]
|
|
|