diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 00:23:07 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 00:23:07 +0000 |
commit | 71be2a6333fa5c30b2156556740946d298765a32 (patch) | |
tree | dafb9919020c5cbab9765e7ac9aeb146b4628210 /net/base/cookie_monster.cc | |
parent | 401513c474b3520fe784c03e068a15fc6655d6e1 (diff) | |
download | chromium_src-71be2a6333fa5c30b2156556740946d298765a32.zip chromium_src-71be2a6333fa5c30b2156556740946d298765a32.tar.gz chromium_src-71be2a6333fa5c30b2156556740946d298765a32.tar.bz2 |
Remove unneeded includes of googleurl/src/url_parse.h and url_canon.h.
Review URL: http://codereview.chromium.org/42102
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11502 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/cookie_monster.cc')
-rw-r--r-- | net/base/cookie_monster.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/base/cookie_monster.cc b/net/base/cookie_monster.cc index c5b1ff0..2f0d4b4 100644 --- a/net/base/cookie_monster.cc +++ b/net/base/cookie_monster.cc @@ -52,7 +52,6 @@ #include "base/string_tokenizer.h" #include "base/string_util.h" #include "googleurl/src/gurl.h" -#include "googleurl/src/url_canon.h" #include "net/base/net_util.h" #include "net/base/registry_controlled_domain.h" |