From fe54944f6080ed9f48619899ad342924754b19a9 Mon Sep 17 00:00:00 2001 From: "jcampan@chromium.org" Date: Sat, 20 Dec 2008 01:18:59 +0000 Subject: This CL moves the different resource handlers from resource_dispatcher_host.cc into their own files, into a new renderer_host directory. Their is no functionality change in this CL. The motivation for doing that was: - resource_dispatcher_host.cc has become very long and more than 1/3 of the code is for the resource handler. - having the resource handler in their own file allows having unit tests for them. BUG=none TEST=run all unit tests and UI tests. Review URL: http://codereview.chromium.org/14487 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7336 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/resource_request_details.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/resource_request_details.h') diff --git a/chrome/browser/resource_request_details.h b/chrome/browser/resource_request_details.h index 39e8eaa..e4a4d9d 100644 --- a/chrome/browser/resource_request_details.h +++ b/chrome/browser/resource_request_details.h @@ -13,7 +13,7 @@ #include "base/basictypes.h" #include "chrome/browser/cert_store.h" -#include "chrome/browser/resource_dispatcher_host.h" +#include "chrome/browser/renderer_host/resource_dispatcher_host.h" #include "googleurl/src/gurl.h" #include "net/url_request/url_request.h" #include "net/url_request/url_request_status.h" -- cgit v1.1