Index: components/autofill/browser/DEPS |
diff --git a/components/autofill/browser/DEPS b/components/autofill/browser/DEPS |
index 74e13c4c217c16a1f5f908197a769be7ef795cce..e59d894e96fab97f90a5f0edbc824f587cb798be 100644 |
--- a/components/autofill/browser/DEPS |
+++ b/components/autofill/browser/DEPS |
@@ -1,6 +1,7 @@ |
include_rules = [ |
"+components/webdata/common", |
"+content/public/browser", |
+ "+content/public/common", |
"+crypto/random.h", |
"+google_apis/gaia", |
"+google_apis/google_api_keys.h", |
@@ -9,6 +10,9 @@ include_rules = [ |
"+sql", |
"+third_party/libjingle", |
"+third_party/libphonenumber", # For phone number i18n. |
+ # Allow inclusion of WebKit API files. |
+ "+third_party/WebKit/public/platform", |
+ "+third_party/WebKit/Source/WebKit/chromium", |
"+webkit/plugins/webplugininfo.h", |
# TODO(joi): This is "ok" temporarily (it's just a header file with |