| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index 71da1a5946e3d28e24a76bc336eda293df07ec7e..2593b28d6e2c73e2dc14d8a50bcb8f4c268d2567 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -26,9 +26,6 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "content/browser/browser_main.h"
|
| -#include "content/browser/gpu/gpu_process_host.h"
|
| -#include "content/browser/renderer_host/render_process_host_impl.h"
|
| -#include "content/browser/utility_process_host_impl.h"
|
| #include "content/common/set_process_title.h"
|
| #include "content/common/url_schemes.h"
|
| #include "content/gpu/in_process_gpu_thread.h"
|
| @@ -63,6 +60,9 @@
|
|
|
| #if !defined(OS_IOS)
|
| #include "content/app/mojo/mojo_init.h"
|
| +#include "content/browser/gpu/gpu_process_host.h"
|
| +#include "content/browser/renderer_host/render_process_host_impl.h"
|
| +#include "content/browser/utility_process_host_impl.h"
|
| #include "content/public/plugin/content_plugin_client.h"
|
| #include "content/public/renderer/content_renderer_client.h"
|
| #include "content/public/utility/content_utility_client.h"
|
|
|