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/ssl_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/ssl_manager.h') diff --git a/chrome/browser/ssl_manager.h b/chrome/browser/ssl_manager.h index 43b71c2..2f08a93 100644 --- a/chrome/browser/ssl_manager.h +++ b/chrome/browser/ssl_manager.h @@ -12,8 +12,8 @@ #include "base/observer_list.h" #include "base/ref_counted.h" #include "chrome/browser/provisional_load_details.h" -#include "chrome/browser/resource_dispatcher_host.h" #include "chrome/browser/security_style.h" +#include "chrome/browser/renderer_host/resource_dispatcher_host.h" #include "chrome/common/notification_registrar.h" #include "chrome/common/notification_service.h" #include "chrome/common/render_messages.h" -- cgit v1.1