| Index: media/gpu/ipc/service/gpu_video_encode_accelerator.h
|
| diff --git a/content/common/gpu/media/gpu_video_encode_accelerator.h b/media/gpu/ipc/service/gpu_video_encode_accelerator.h
|
| similarity index 95%
|
| rename from content/common/gpu/media/gpu_video_encode_accelerator.h
|
| rename to media/gpu/ipc/service/gpu_video_encode_accelerator.h
|
| index 738f764e9260f08ad12fdbbc9e6a118a1f57d900..cfe44d23f59456a78b6fcd0c696d525262ac45a4 100644
|
| --- a/content/common/gpu/media/gpu_video_encode_accelerator.h
|
| +++ b/media/gpu/ipc/service/gpu_video_encode_accelerator.h
|
| @@ -2,8 +2,8 @@
|
| // 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_GPU_VIDEO_ENCODE_ACCELERATOR_H_
|
| -#define CONTENT_COMMON_GPU_MEDIA_GPU_VIDEO_ENCODE_ACCELERATOR_H_
|
| +#ifndef MEDIA_GPU_IPC_SERVICE_GPU_VIDEO_ENCODE_ACCELERATOR_H_
|
| +#define MEDIA_GPU_IPC_SERVICE_GPU_VIDEO_ENCODE_ACCELERATOR_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -30,7 +30,7 @@ namespace gpu {
|
| struct GpuPreferences;
|
| } // namespace gpu
|
|
|
| -namespace content {
|
| +namespace media {
|
|
|
| // This class encapsulates the GPU process view of a VideoEncodeAccelerator,
|
| // wrapping the platform-specific VideoEncodeAccelerator instance. It handles
|
| @@ -131,6 +131,6 @@ class GpuVideoEncodeAccelerator
|
| DISALLOW_COPY_AND_ASSIGN(GpuVideoEncodeAccelerator);
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace media
|
|
|
| -#endif // CONTENT_COMMON_GPU_MEDIA_GPU_VIDEO_ENCODE_ACCELERATOR_H_
|
| +#endif // MEDIA_GPU_IPC_SERVICE_GPU_VIDEO_ENCODE_ACCELERATOR_H_
|
|
|