| Index: chrome/gpu/gpu_thread.cc
|
| ===================================================================
|
| --- chrome/gpu/gpu_thread.cc (revision 77652)
|
| +++ chrome/gpu/gpu_thread.cc (working copy)
|
| @@ -14,11 +14,11 @@
|
| #include "base/threading/worker_pool.h"
|
| #include "build/build_config.h"
|
| #include "chrome/common/chrome_switches.h"
|
| -#include "chrome/common/gpu_messages.h"
|
| #include "chrome/gpu/gpu_info_collector.h"
|
| #include "chrome/gpu/gpu_watchdog_thread.h"
|
| #include "content/common/child_process.h"
|
| #include "content/common/content_client.h"
|
| +#include "content/common/gpu_messages.h"
|
| #include "ipc/ipc_channel_handle.h"
|
|
|
| #if defined(OS_MACOSX)
|
|
|