diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 01:06:51 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 01:06:51 +0000 |
commit | ce6b5df2e3b01d400f01a0f7ee48f3b6bc70601d (patch) | |
tree | 7e16a916da2f73b04bb4ced7ba44415b4efd8602 /components/autofill | |
parent | f6e50a30b69e57cff3accdb328c22a3912e6f14f (diff) | |
download | chromium_src-ce6b5df2e3b01d400f01a0f7ee48f3b6bc70601d.zip chromium_src-ce6b5df2e3b01d400f01a0f7ee48f3b6bc70601d.tar.gz chromium_src-ce6b5df2e3b01d400f01a0f7ee48f3b6bc70601d.tar.bz2 |
chrome/browser: Remove unnecessary entries from DEPS files.
After recent refactorings chrome/browser/api and a few chrome/browser/profiles/
includes are not necessary anymore. c/b/api was removed in r195919 by Peter and
some c/b/profiles/ were moved in r201167 by Pawel.
BUG=138280,144783, 140037, 144050, 146851, 233552
TEST=checkdeps.py passes.
R=joi@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/16072002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202729 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill')
-rw-r--r-- | components/autofill/browser/DEPS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/autofill/browser/DEPS b/components/autofill/browser/DEPS index ad3aace..74e13c4 100644 --- a/components/autofill/browser/DEPS +++ b/components/autofill/browser/DEPS @@ -31,8 +31,6 @@ specific_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/api/infobars/confirm_infobar_delegate.h", - "!chrome/browser/api/infobars/infobar_service.h", "!chrome/browser/autofill/autofill_cc_infobar_delegate.h", "!chrome/browser/autofill/personal_data_manager_factory.h", "!chrome/browser/password_manager/encryptor.h", |