Index: chrome/browser/bookmarks/DEPS |
diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS |
index 1c5eb869cab9b945d483378f85b8c62a53728b73..261233b31f9e03a146f22a7acde8d23e35ef629b 100644 |
--- a/chrome/browser/bookmarks/DEPS |
+++ b/chrome/browser/bookmarks/DEPS |
@@ -22,3 +22,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 = { |
+ # For unit tests, it's fine to include utility process code. |
+ '.*test\.cc': [ |
+ "+chrome/utility/importer/bookmark_html_reader.h", |
+ ], |
+} |