| 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 0d23a03c1aa5357ddf8f29d33c42bfb1f56d8671..9909f75f56a25ed3e483a2172a2c576926a55a45 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -13,7 +13,6 @@
|
| #include "base/process_util.h"
|
| #include "base/string_piece.h"
|
| #include "base/threading/thread.h"
|
| -#include "content/browser/browser_thread.h"
|
| #include "content/browser/gpu/gpu_data_manager.h"
|
| #include "content/browser/gpu/gpu_process_host_ui_shim.h"
|
| #include "content/browser/renderer_host/render_widget_host.h"
|
| @@ -21,6 +20,7 @@
|
| #include "content/common/gpu/gpu_messages.h"
|
| #include "content/gpu/gpu_child_thread.h"
|
| #include "content/gpu/gpu_process.h"
|
| +#include "content/public/browser/browser_thread.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/common/result_codes.h"
|
| #include "ipc/ipc_channel_handle.h"
|
|
|