Index: content/renderer/gpu/stream_texture_host_android.cc |
diff --git a/content/renderer/gpu/stream_texture_host_android.cc b/content/renderer/gpu/stream_texture_host_android.cc |
index d79b24723c66c93cff1c1f628ce74696413f28f1..3e62f98c162d9ac4722730d6b2e8842d0213c855 100644 |
--- a/content/renderer/gpu/stream_texture_host_android.cc |
+++ b/content/renderer/gpu/stream_texture_host_android.cc |
@@ -4,14 +4,14 @@ |
#include "content/renderer/gpu/stream_texture_host_android.h" |
-#include "content/common/gpu/client/gpu_channel_host.h" |
#include "content/renderer/render_thread_impl.h" |
+#include "gpu/ipc/client/gpu_channel_host.h" |
#include "gpu/ipc/common/gpu_messages.h" |
#include "ipc/ipc_message_macros.h" |
namespace content { |
-StreamTextureHost::StreamTextureHost(GpuChannelHost* channel) |
+StreamTextureHost::StreamTextureHost(gpu::GpuChannelHost* channel) |
: stream_id_(0), |
listener_(NULL), |
channel_(channel), |