Index: media/gpu/ipc/service/media_channel.cc |
diff --git a/content/common/gpu/media/media_channel.cc b/media/gpu/ipc/service/media_channel.cc |
similarity index 95% |
rename from content/common/gpu/media/media_channel.cc |
rename to media/gpu/ipc/service/media_channel.cc |
index e23e296c73243bb87d462861e2cf8162baf22306..f4bb4dead2b8b105a3d429583ac0f575ae76c986 100644 |
--- a/content/common/gpu/media/media_channel.cc |
+++ b/media/gpu/ipc/service/media_channel.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/common/gpu/media/media_channel.h" |
+#include "media/gpu/ipc/service/media_channel.h" |
-#include "content/common/gpu/media/gpu_video_decode_accelerator.h" |
-#include "content/common/gpu/media/gpu_video_encode_accelerator.h" |
#include "gpu/ipc/service/gpu_channel.h" |
#include "media/gpu/ipc/common/media_messages.h" |
+#include "media/gpu/ipc/service/gpu_video_decode_accelerator.h" |
+#include "media/gpu/ipc/service/gpu_video_encode_accelerator.h" |
-namespace content { |
+namespace media { |
namespace { |
@@ -142,4 +142,4 @@ void MediaChannel::OnCreateVideoEncoder( |
// self-delete during destruction of this stub. |
} |
-} // namespace content |
+} // namespace media |