| Index: content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.cc b/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| index 806ae807a90a237b51ef65a75b72109017e01579..471723b9f71d0d972c0113dae7a3dc4d3d309847 100644
|
| --- a/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| +++ b/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| @@ -20,12 +20,12 @@
|
| #include "content/browser/gpu/gpu_process_host.h"
|
| #include "content/browser/gpu/shader_disk_cache.h"
|
| #include "content/common/child_process_host_impl.h"
|
| -#include "content/common/gpu/gpu_messages.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/content_browser_client.h"
|
| #include "content/public/browser/gpu_data_manager.h"
|
| #include "content/public/common/content_client.h"
|
| #include "gpu/command_buffer/service/gpu_switches.h"
|
| +#include "gpu/ipc/common/gpu_messages.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| #include "ipc/message_filter.h"
|
|
|
|
|