From 87f3c08db2d46f838b64c90b1c86c1fad71c1ce4 Mon Sep 17 00:00:00 2001 From: "joi@chromium.org" Date: Wed, 19 Oct 2011 18:07:44 +0000 Subject: 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 --- content/browser/browser_child_process_host.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/browser_child_process_host.cc') diff --git a/content/browser/browser_child_process_host.cc b/content/browser/browser_child_process_host.cc index 63604a3..50271cc 100644 --- a/content/browser/browser_child_process_host.cc +++ b/content/browser/browser_child_process_host.cc @@ -14,13 +14,13 @@ #include "base/stl_util.h" #include "base/string_util.h" #include "content/browser/browser_thread.h" -#include "content/browser/content_browser_client.h" #include "content/browser/renderer_host/resource_message_filter.h" #include "content/browser/trace_message_filter.h" #include "content/common/notification_service.h" #include "content/common/plugin_messages.h" #include "content/common/process_watcher.h" #include "content/common/result_codes.h" +#include "content/public/browser/content_browser_client.h" #include "content/public/browser/notification_types.h" #include "content/public/common/content_switches.h" -- cgit v1.1