diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-25 01:11:51 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-25 01:11:51 +0000 |
commit | 4e3cfe4b3e0ab733c9d3090b9a6438ff6ada9ec3 (patch) | |
tree | 65ffae46a4f2e3c65c35a431d34f797a879798ce | |
parent | b02dcfd292ef8fa0921500a58467753e888519d2 (diff) | |
download | chromium_src-4e3cfe4b3e0ab733c9d3090b9a6438ff6ada9ec3.zip chromium_src-4e3cfe4b3e0ab733c9d3090b9a6438ff6ada9ec3.tar.gz chromium_src-4e3cfe4b3e0ab733c9d3090b9a6438ff6ada9ec3.tar.bz2 |
components/autofill: Remove unnecessary exclusion deps entry of sync file.
BUG=140037
TEST=checkdeps.py succeed.
TBR=joi@chromium.org
Review URL: https://codereview.chromium.org/17612003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208339 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | components/autofill/content/browser/DEPS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/autofill/content/browser/DEPS b/components/autofill/content/browser/DEPS index 2924d7c..6b87599 100644 --- a/components/autofill/content/browser/DEPS +++ b/components/autofill/content/browser/DEPS @@ -10,9 +10,6 @@ include_rules = [ "+third_party/libjingle", "+third_party/libphonenumber", # For phone number i18n. "+webkit/plugins/webplugininfo.h", - - # TODO(akalin): Remove this dependency. - "!sync/util/data_encryption_win.h", ] specific_include_rules = { |