Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Unified Diff: media/gpu/ipc/service/media_channel.cc

Issue 1882373004: Migrate content/common/gpu/media code to media/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix several more bot-identified build issues Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698