| Index: content/browser/renderer_host/render_process_host.cc
|
| diff --git a/content/browser/renderer_host/render_process_host.cc b/content/browser/renderer_host/render_process_host.cc
|
| index 486e113a2939fc35e927d30abb60dd5fe4a8d11b..ed61acac069e1b35ef38ce02b0bec360fc87d4a8 100644
|
| --- a/content/browser/renderer_host/render_process_host.cc
|
| +++ b/content/browser/renderer_host/render_process_host.cc
|
| @@ -13,9 +13,9 @@
|
| #include "content/browser/content_browser_client.h"
|
| #include "content/browser/webui/web_ui_factory.h"
|
| #include "content/common/child_process_info.h"
|
| -#include "content/common/content_client.h"
|
| #include "content/common/content_constants.h"
|
| #include "content/common/notification_service.h"
|
| +#include "content/public/common/content_client.h"
|
| #include "content/public/common/content_switches.h"
|
|
|
| namespace {
|
|
|