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

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

Issue 1939683002: Test X11 header pollution (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « media/gpu/ipc/service/gpu_video_encode_accelerator.cc ('k') | media/gpu/ipc/service/media_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/ipc/service/media_channel.h
diff --git a/content/common/gpu/media/media_channel.h b/media/gpu/ipc/service/media_channel.h
similarity index 85%
rename from content/common/gpu/media/media_channel.h
rename to media/gpu/ipc/service/media_channel.h
index 49c1ee732421a388dca85498824ef8574b82ec6a..3c6c1b0ddf517c4511d09668907709b09a6e0367 100644
--- a/content/common/gpu/media/media_channel.h
+++ b/media/gpu/ipc/service/media_channel.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_GPU_MEDIA_MEDIA_CHANNEL_H_
-#define CONTENT_COMMON_GPU_MEDIA_MEDIA_CHANNEL_H_
+#ifndef MEDIA_GPU_IPC_SERVICE_MEDIA_CHANNEL_H_
+#define MEDIA_GPU_IPC_SERVICE_MEDIA_CHANNEL_H_
#include <memory>
-#include "content/common/gpu/media/gpu_jpeg_decode_accelerator.h"
#include "ipc/ipc_listener.h"
#include "ipc/ipc_sender.h"
+#include "media/gpu/ipc/service/gpu_jpeg_decode_accelerator.h"
#include "media/video/video_decode_accelerator.h"
namespace media {
@@ -21,7 +21,7 @@ class GpuChannel;
class GpuCommandBufferStub;
}
-namespace content {
+namespace media {
class MediaChannelDispatchHelper;
@@ -54,6 +54,6 @@ class MediaChannel : public IPC::Listener, public IPC::Sender {
DISALLOW_COPY_AND_ASSIGN(MediaChannel);
};
-} // namespace content
+} // namespace media
-#endif // CONTENT_COMMON_GPU_MEDIA_MEDIA_CHANNEL_H_
+#endif // MEDIA_GPU_IPC_SERVICE_MEDIA_CHANNEL_H_
« no previous file with comments | « media/gpu/ipc/service/gpu_video_encode_accelerator.cc ('k') | media/gpu/ipc/service/media_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698