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

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

Issue 2061823003: media: Drop "media::" in media/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: work around clang format by adding an empty line Created 4 years, 6 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/media/gpu/ipc/service/media_channel.h b/media/gpu/ipc/service/media_channel.h
index 3c6c1b0ddf517c4511d09668907709b09a6e0367..6e7c74c90cc5670207f92563294b4cc4c6b75758 100644
--- a/media/gpu/ipc/service/media_channel.h
+++ b/media/gpu/ipc/service/media_channel.h
@@ -42,11 +42,11 @@ class MediaChannel : public IPC::Listener, public IPC::Sender {
// Message handlers.
void OnCreateJpegDecoder(int32_t route_id, IPC::Message* reply_msg);
void OnCreateVideoDecoder(int32_t command_buffer_route_id,
- const media::VideoDecodeAccelerator::Config& config,
+ const VideoDecodeAccelerator::Config& config,
int32_t route_id,
IPC::Message* reply_message);
void OnCreateVideoEncoder(int32_t command_buffer_route_id,
- const media::CreateVideoEncoderParams& params,
+ const CreateVideoEncoderParams& params,
IPC::Message* reply_message);
gpu::GpuChannel* const channel_;
« 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