| Index: 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 12a023a3f6464f28a69a88a616beb276b792feb5..865bc99817ae7c88bbb40b28f5953783b92e4642 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"
|
|
|
|
|