summaryrefslogtreecommitdiffstats
path: root/content/child/resource_dispatcher_unittest.cc
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-07 00:59:34 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-07 00:59:34 +0000
commit541b7b0c37d6869f6ffecf8ada1d8bcfd2a919f8 (patch)
treeb21b32646d015e52b58be2a75cfb39ded9e8d524 /content/child/resource_dispatcher_unittest.cc
parent4a3235d7241f45fb7e9c96e930693ed2c7de6554 (diff)
downloadchromium_src-541b7b0c37d6869f6ffecf8ada1d8bcfd2a919f8.zip
chromium_src-541b7b0c37d6869f6ffecf8ada1d8bcfd2a919f8.tar.gz
chromium_src-541b7b0c37d6869f6ffecf8ada1d8bcfd2a919f8.tar.bz2
move request_extra_data.{cc,h} from content/common to content/child
R=jam@chromium.org BUG=239107 Review URL: https://codereview.chromium.org/16103012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204684 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/child/resource_dispatcher_unittest.cc')
-rw-r--r--content/child/resource_dispatcher_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc
index 9621bbe..857c49a 100644
--- a/content/child/resource_dispatcher_unittest.cc
+++ b/content/child/resource_dispatcher_unittest.cc
@@ -9,8 +9,8 @@
#include "base/message_loop.h"
#include "base/process.h"
#include "base/process_util.h"
+#include "content/child/request_extra_data.h"
#include "content/child/resource_dispatcher.h"
-#include "content/common/request_extra_data.h"
#include "content/common/resource_messages.h"
#include "content/public/common/resource_response.h"
#include "net/base/net_errors.h"