diff options
author | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 18:19:11 +0000 |
---|---|---|
committer | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 18:19:11 +0000 |
commit | 48839bfc0dce67f7b82ce7e1abb15384cc13cbb3 (patch) | |
tree | 0079108a9fd8d1704d13eb3243bd991f832af8f6 /webkit/DEPS | |
parent | ad535a923e9999d8d6311c84e0c520d0b47f7bbb (diff) | |
download | chromium_src-48839bfc0dce67f7b82ce7e1abb15384cc13cbb3.zip chromium_src-48839bfc0dce67f7b82ce7e1abb15384cc13cbb3.tar.gz chromium_src-48839bfc0dce67f7b82ce7e1abb15384cc13cbb3.tar.bz2 |
Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .
Once complete, forwarding headers will be removed from net/base/ .
TEST=none
R=darin
Review URL: http://codereview.chromium.org/9706056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127209 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index 18c4566..dc3946a 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -26,6 +26,7 @@ include_rules = [ # TODO(brettw) - review these; move up if it's ok, or remove the dependency "+crypto", "+net/base", + "+net/cookies", "+net/ftp", "+net/http", "+net/proxy", |