Index: chrome/browser/favicon/DEPS |
diff --git a/chrome/browser/favicon/DEPS b/chrome/browser/favicon/DEPS |
index d80d53851fa914f32a35b8f8035ffc19fc40cd4b..4dcd7ec3181ae0a894a469c95d377381bbbd746c 100644 |
--- a/chrome/browser/favicon/DEPS |
+++ b/chrome/browser/favicon/DEPS |
@@ -29,3 +29,10 @@ include_rules = [ |
# Do not add to the list of temporarily-allowed dependencies above, |
# and please do not introduce more #includes of these files. |
] |
+ |
+specific_include_rules = { |
+ # Browser tests, by definition, need access to the browser objects. |
+ '.*_browsertest\.cc': [ |
+ "+chrome/browser", |
+ ] |
+} |