Index: components/autofill/DEPS |
diff --git a/components/autofill/DEPS b/components/autofill/DEPS |
index e136eaf419bcbd793f3d273c7716923686401f92..02b4339b90535d0c2db940f317625af14ccad1f7 100644 |
--- a/components/autofill/DEPS |
+++ b/components/autofill/DEPS |
@@ -7,5 +7,8 @@ include_rules = [ |
# Autofill is a layered component; subdirectories must explicitly introduce |
# the ability to use the content layer as appropriate. |
"-components/autofill/content", |
+ # TODO(blundell): This subtraction can be eliminated once crbug.com/314560 is |
+ # fixed. |
+ "-components/user_prefs/user_prefs.h", |
"-content/public/common", |
] |