| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index 694fc099377006d403d28a802deca67ed0d151a6..367a69d9323fd065203a78416690ba86d09ad846 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -38,7 +38,6 @@
|
| #include "content/common/establish_channel_params.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/view_messages.h"
|
| #include "content/public/browser/browser_thread.h"
|
| @@ -55,6 +54,7 @@
|
| #include "content/public/common/result_codes.h"
|
| #include "content/public/common/sandbox_type.h"
|
| #include "content/public/common/sandboxed_process_launcher_delegate.h"
|
| +#include "content/public/common/service_names.h"
|
| #include "gpu/command_buffer/service/gpu_preferences.h"
|
| #include "gpu/command_buffer/service/gpu_switches.h"
|
| #include "gpu/ipc/service/switches.h"
|
|
|