summaryrefslogtreecommitdiffstats
path: root/content/browser/loader/resource_dispatcher_host_impl.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-05 19:10:07 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-05 19:10:07 +0000
commit7491ad09fcd97ef2341dd5c7df380287f97bd128 (patch)
treef5f6fc0a6a4b559877e0b6649a4fe5df2aa8a05f /content/browser/loader/resource_dispatcher_host_impl.h
parent63d1f9b9a1fb0e67739fdfe59d4aa5a978bf95ac (diff)
downloadchromium_src-7491ad09fcd97ef2341dd5c7df380287f97bd128.zip
chromium_src-7491ad09fcd97ef2341dd5c7df380287f97bd128.tar.gz
chromium_src-7491ad09fcd97ef2341dd5c7df380287f97bd128.tar.bz2
Move resource_type.* from webkit/ to content/.
Put it in content namespace while doing this. BUG=338338 TEST=None TBR=jam@chromium.org Review URL: https://codereview.chromium.org/370833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281469 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/loader/resource_dispatcher_host_impl.h')
-rw-r--r--content/browser/loader/resource_dispatcher_host_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
index e3c2353..e036714 100644
--- a/content/browser/loader/resource_dispatcher_host_impl.h
+++ b/content/browser/loader/resource_dispatcher_host_impl.h
@@ -36,10 +36,10 @@
#include "content/public/browser/global_request_id.h"
#include "content/public/browser/notification_types.h"
#include "content/public/browser/resource_dispatcher_host.h"
+#include "content/public/common/resource_type.h"
#include "ipc/ipc_message.h"
#include "net/cookies/canonical_cookie.h"
#include "net/url_request/url_request.h"
-#include "webkit/common/resource_type.h"
class ResourceHandler;
struct ResourceHostMsg_Request;