| Index: content/browser/renderer_host/image_transport_factory.cc | 
| diff --git a/content/browser/renderer_host/image_transport_factory.cc b/content/browser/renderer_host/image_transport_factory.cc | 
| index 3b7d630543b9cb400341ab7d41ee743df1f52d45..6bf582ec3eeabe0d062b55c04be09a3efa86a74d 100644 | 
| --- a/content/browser/renderer_host/image_transport_factory.cc | 
| +++ b/content/browser/renderer_host/image_transport_factory.cc | 
| @@ -14,10 +14,10 @@ | 
| #include "content/browser/gpu/gpu_surface_tracker.h" | 
| #include "content/browser/gpu/browser_gpu_channel_host_factory.h" | 
| #include "content/browser/renderer_host/image_transport_client.h" | 
| -#include "content/common/gpu/client/command_buffer_proxy.h" | 
| #include "content/common/gpu/client/gpu_channel_host.h" | 
| #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h" | 
| #include "content/public/common/content_switches.h" | 
| +#include "gpu/ipc/command_buffer_proxy.h" | 
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGraphicsContext3D.h" | 
| #include "ui/gfx/compositor/compositor.h" | 
| #include "ui/gfx/compositor/compositor_setup.h" | 
|  |