diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-19 18:07:44 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-19 18:07:44 +0000 |
commit | 87f3c08db2d46f838b64c90b1c86c1fad71c1ce4 (patch) | |
tree | 9d522eb76032f3679c187df8b531c7998a8b6ddf /content/browser/ssl/ssl_policy.cc | |
parent | 38343925f500f8e15cb2d1c9dc3dcc9f81b92bd0 (diff) | |
download | chromium_src-87f3c08db2d46f838b64c90b1c86c1fad71c1ce4.zip chromium_src-87f3c08db2d46f838b64c90b1c86c1fad71c1ce4.tar.gz chromium_src-87f3c08db2d46f838b64c90b1c86c1fad71c1ce4.tar.bz2 |
Move content_browser_client.h to public, and while at it, move
window_container_type.h as well since it is included by
content_browser_client.h
BUG=98716
TEST=it builds + existing tests
Review URL: http://codereview.chromium.org/8346017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/ssl/ssl_policy.cc')
-rw-r--r-- | content/browser/ssl/ssl_policy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/ssl/ssl_policy.cc b/content/browser/ssl/ssl_policy.cc index 4709434..102ba7d 100644 --- a/content/browser/ssl/ssl_policy.cc +++ b/content/browser/ssl/ssl_policy.cc @@ -10,7 +10,6 @@ #include "base/memory/singleton.h" #include "base/string_piece.h" #include "base/string_util.h" -#include "content/browser/content_browser_client.h" #include "content/browser/renderer_host/render_process_host.h" #include "content/browser/renderer_host/render_view_host.h" #include "content/browser/site_instance.h" @@ -18,6 +17,7 @@ #include "content/browser/ssl/ssl_request_info.h" #include "content/browser/tab_contents/navigation_entry.h" #include "content/browser/tab_contents/tab_contents.h" +#include "content/public/browser/content_browser_client.h" #include "content/public/common/url_constants.h" #include "net/base/cert_status_flags.h" #include "net/base/ssl_info.h" |