| Index: chrome/browser/autofill/DEPS
|
| diff --git a/chrome/browser/autofill/DEPS b/chrome/browser/autofill/DEPS
|
| index 07d13b965919ad5a5b95801e1a68e3f65b6ff419..5625bfa751035050c5c99fd040b37bb2138d7e4f 100644
|
| --- a/chrome/browser/autofill/DEPS
|
| +++ b/chrome/browser/autofill/DEPS
|
| @@ -3,7 +3,8 @@ include_rules = [
|
| # rules followed by temporary exceptions. Please don't add to the list of
|
| # exceptions!
|
| "-chrome/browser",
|
| - "+chrome/browser/api",
|
| + "+chrome/browser/api/sync",
|
| + "+chrome/browser/api/webdata",
|
| "+chrome/browser/autofill",
|
| "+chrome/browser/common",
|
|
|
| @@ -26,6 +27,8 @@ specific_include_rules = {
|
| # Do not add to the list of temporarily-allowed dependencies below,
|
| # and please do not introduce more #includes of these files.
|
| '.*_[a-z]*test\.cc': [
|
| + "!chrome/browser/api/infobars/confirm_infobar_delegate.h",
|
| + "!chrome/browser/api/infobars/infobar_service.h",
|
| "!chrome/browser/password_manager/encryptor.h",
|
| "!chrome/browser/password_manager/password_manager.h",
|
| "!chrome/browser/password_manager/password_manager_delegate_impl.h",
|
| @@ -57,4 +60,9 @@ specific_include_rules = {
|
| "!chrome/browser/profiles/profile.h",
|
| "!chrome/browser/webdata/web_data_service_factory.h",
|
| ],
|
| +
|
| + 'autofill_cc_infobar_delegate\.(h|cc)': [
|
| + "!chrome/browser/api/infobars/confirm_infobar_delegate.h",
|
| + "!chrome/browser/api/infobars/infobar_service.h",
|
| + ],
|
| }
|
|
|