Index: components/autofill/DEPS |
diff --git a/components/autofill/DEPS b/components/autofill/DEPS |
index df74b4f918daff5735cde37f9414413fddfe5227..2b5c8672ae850462a74b39f75b97f06e3063bb43 100644 |
--- a/components/autofill/DEPS |
+++ b/components/autofill/DEPS |
@@ -3,8 +3,8 @@ include_rules = [ |
"+grit", # For generated headers |
"+jni", |
"+net", |
- # Allow inclusion of WebKit API files. |
- "+third_party/WebKit/public/platform", |
- "+third_party/WebKit/Source/WebKit/chromium", |
"+ui", |
+ # Autofill is a layered component; subdirectories must explicitly introduce |
+ # the ability to use the content layer as appropriate. |
+ "-content/public/common", |
] |