summaryrefslogtreecommitdiffstats
path: root/chrome/browser/io_thread.cc
diff options
context:
space:
mode:
authorerikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-15 21:29:06 +0000
committererikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-15 21:29:06 +0000
commitaa84a7e93e2254b4607e30119d63c50ac0cced22 (patch)
tree2dfb7d0356d74a19f797216318641c9835736417 /chrome/browser/io_thread.cc
parent103e385c881d7f83bd0aeecdcf618a746f47e9be (diff)
downloadchromium_src-aa84a7e93e2254b4607e30119d63c50ac0cced22.zip
chromium_src-aa84a7e93e2254b4607e30119d63c50ac0cced22.tar.gz
chromium_src-aa84a7e93e2254b4607e30119d63c50ac0cced22.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=willchan Review URL: http://codereview.chromium.org/9703062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126999 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/io_thread.cc')
-rw-r--r--chrome/browser/io_thread.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
index dea9201..c4d0da5 100644
--- a/chrome/browser/io_thread.cc
+++ b/chrome/browser/io_thread.cc
@@ -6,9 +6,9 @@
#include <vector>
-#include "base/command_line.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
+#include "base/command_line.h"
#include "base/debug/leak_tracker.h"
#include "base/logging.h"
#include "base/stl_util.h"
@@ -35,7 +35,6 @@
#include "content/public/common/content_client.h"
#include "content/public/common/url_fetcher.h"
#include "net/base/cert_verifier.h"
-#include "net/base/cookie_monster.h"
#include "net/base/default_origin_bound_cert_store.h"
#include "net/base/host_cache.h"
#include "net/base/host_resolver.h"
@@ -43,6 +42,7 @@
#include "net/base/net_util.h"
#include "net/base/origin_bound_cert_service.h"
#include "net/base/sdch_manager.h"
+#include "net/cookies/cookie_monster.h"
#include "net/ftp/ftp_network_layer.h"
#include "net/http/http_auth_filter.h"
#include "net/http/http_auth_handler_factory.h"