From 3b073b258b19937b1dd9b6b2a609dee207865eba Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Fri, 16 Jan 2009 03:29:03 +0000 Subject: Move all the SSL stuff into its own subdir Review URL: http://codereview.chromium.org/18137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8165 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/toolbar_model.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/toolbar_model.cc') diff --git a/chrome/browser/toolbar_model.cc b/chrome/browser/toolbar_model.cc index ba40deb..c1579fd 100644 --- a/chrome/browser/toolbar_model.cc +++ b/chrome/browser/toolbar_model.cc @@ -5,7 +5,7 @@ #include "chrome/browser/toolbar_model.h" #include "chrome/browser/cert_store.h" -#include "chrome/browser/ssl_error_info.h" +#include "chrome/browser/ssl/ssl_error_info.h" #include "chrome/browser/tab_contents/navigation_controller.h" #include "chrome/browser/tab_contents/navigation_entry.h" #include "chrome/browser/tab_contents/tab_contents.h" -- cgit v1.1