| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 126df71c74b3b788f1836af075d0ad7733688228..ab2ca3eab9e59e6598be03d3d9127e164b385f98 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -130,6 +130,7 @@
|
| #include "content/common/frame_messages.h"
|
| #include "content/common/gpu_host_messages.h"
|
| #include "content/common/in_process_child_thread_params.h"
|
| +#include "content/common/mojo/constants.h"
|
| #include "content/common/mojo/mojo_child_connection.h"
|
| #include "content/common/mojo/mojo_shell_connection_impl.h"
|
| #include "content/common/render_process_messages.h"
|
| @@ -159,7 +160,6 @@
|
| #include "content/public/common/resource_type.h"
|
| #include "content/public/common/result_codes.h"
|
| #include "content/public/common/sandboxed_process_launcher_delegate.h"
|
| -#include "content/public/common/service_names.h"
|
| #include "content/public/common/url_constants.h"
|
| #include "device/battery/battery_monitor_impl.h"
|
| #include "gpu/GLES2/gl2extchromium.h"
|
|
|