Index: chrome/browser/DEPS |
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS |
index 6b1761285322484decb61ad1ea24a7379dbe06b7..f20298eb72a335f599c5252225da0b23425ef707 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", |
"+content/components", |
"+content/public/browser", |
"+device/bluetooth", |
@@ -99,8 +100,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", |
] |