Index: chrome/browser/bookmarks/DEPS |
diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS |
index 5d2a5fabe9d3a1324966c64d4923d2bb76280f6d..cb7d56f907c236dc15b95ea6f140b6d22c7fea8a 100644 |
--- a/chrome/browser/bookmarks/DEPS |
+++ b/chrome/browser/bookmarks/DEPS |
@@ -26,6 +26,8 @@ include_rules = [ |
specific_include_rules = { |
# For unit tests, it's fine to include utility process code. |
'.*test\.cc': [ |
+ "!chrome/test/base/testing_profile.h", |
+ "!chrome/test/base/ui_test_utils.h", |
"+chrome/utility/importer/bookmark_html_reader.h", |
], |
} |