summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_util.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/automation/automation_util.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/automation/automation_util.cc')
-rw-r--r--chrome/browser/automation/automation_util.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/automation/automation_util.cc b/chrome/browser/automation/automation_util.cc
index e5d06f3..9ab71f2 100644
--- a/chrome/browser/automation/automation_util.cc
+++ b/chrome/browser/automation/automation_util.cc
@@ -33,8 +33,8 @@
#include "content/public/browser/render_process_host.h"
#include "content/public/browser/render_view_host.h"
#include "content/public/browser/web_contents.h"
-#include "net/base/cookie_monster.h"
-#include "net/base/cookie_store.h"
+#include "net/cookies/cookie_monster.h"
+#include "net/cookies/cookie_store.h"
#include "net/url_request/url_request_context.h"
#include "net/url_request/url_request_context_getter.h"