From 6524b5f9cb595b601fe95396439508efc7ecc8b3 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Thu, 22 Jan 2009 17:48:25 +0000 Subject: Move files out of browser and into either renderer_host or tab_contents. This also fixes a crash in the web contents unit test in a commented-out test and re-enable it. Review URL: http://codereview.chromium.org/18504 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8470 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/cert_store.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/cert_store.cc') diff --git a/chrome/browser/cert_store.cc b/chrome/browser/cert_store.cc index 4dc32ee..a2fdd7a 100644 --- a/chrome/browser/cert_store.cc +++ b/chrome/browser/cert_store.cc @@ -8,7 +8,7 @@ #include #include "chrome/browser/renderer_host/render_process_host.h" -#include "chrome/browser/render_view_host.h" +#include "chrome/browser/renderer_host/render_view_host.h" #include "chrome/browser/tab_contents/web_contents.h" #include "chrome/common/stl_util-inl.h" -- cgit v1.1