Index: content/common/gpu/client/gpu_video_decode_accelerator_host.cc |
diff --git a/content/renderer/gpu/gpu_video_decode_accelerator_host.cc b/content/common/gpu/client/gpu_video_decode_accelerator_host.cc |
similarity index 97% |
rename from content/renderer/gpu/gpu_video_decode_accelerator_host.cc |
rename to content/common/gpu/client/gpu_video_decode_accelerator_host.cc |
index de9e1d641f8b573d124638b6035d359c4536e187..3abbf25b13aeb6c6e042acd18d11093e532bd215 100644 |
--- a/content/renderer/gpu/gpu_video_decode_accelerator_host.cc |
+++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/renderer/gpu/gpu_video_decode_accelerator_host.h" |
+#include "content/common/gpu/client/gpu_video_decode_accelerator_host.h" |
#include "base/bind.h" |
#include "base/logging.h" |
#include "base/message_loop.h" |
+#include "content/common/gpu/client/gpu_channel_host.h" |
#include "content/common/gpu/gpu_messages.h" |
#include "content/common/view_messages.h" |
-#include "content/renderer/gpu/gpu_channel_host.h" |
#include "ipc/ipc_message_macros.h" |
#include "ipc/ipc_message_utils.h" |