| Index: chrome/browser/autofill/DEPS
|
| diff --git a/chrome/browser/autofill/DEPS b/chrome/browser/autofill/DEPS
|
| index 743b66f29d0716547937b03ad9a52e9613d47cdf..815b0aa44b8671573edff75aab360d1a34cdcade 100644
|
| --- a/chrome/browser/autofill/DEPS
|
| +++ b/chrome/browser/autofill/DEPS
|
| @@ -14,7 +14,6 @@ include_rules = [
|
| #
|
| # Do not add to the list of temporarily-allowed dependencies below,
|
| # and please do not introduce more #includes of these files.
|
| - "!chrome/browser/password_manager/password_manager.h",
|
| "!chrome/browser/profiles/profile.h",
|
| "!chrome/browser/profiles/profile_dependency_manager.h",
|
| "!chrome/browser/profiles/profile_keyed_service.h",
|
| @@ -43,6 +42,7 @@ 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/chrome_autofill_client.h",
|
| "!chrome/browser/password_manager/encryptor.h",
|
| "!chrome/browser/translate/translate_infobar_delegate.h",
|
| "!chrome/browser/translate/translate_manager.h",
|
|
|