| Index: media/gpu/ipc/service/gpu_jpeg_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/gpu_jpeg_decode_accelerator.h b/media/gpu/ipc/service/gpu_jpeg_decode_accelerator.h
|
| similarity index 91%
|
| rename from content/common/gpu/media/gpu_jpeg_decode_accelerator.h
|
| rename to media/gpu/ipc/service/gpu_jpeg_decode_accelerator.h
|
| index a2ac643c6a62abf3b626c6c446bf23d4778db3f1..0de303318e60e2bee6694267b4727791286df7f1 100644
|
| --- a/content/common/gpu/media/gpu_jpeg_decode_accelerator.h
|
| +++ b/media/gpu/ipc/service/gpu_jpeg_decode_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_JPEG_DECODE_ACCELERATOR_H_
|
| -#define CONTENT_COMMON_GPU_MEDIA_GPU_JPEG_DECODE_ACCELERATOR_H_
|
| +#ifndef MEDIA_GPU_IPC_SERVICE_GPU_JPEG_DECODE_ACCELERATOR_H_
|
| +#define MEDIA_GPU_IPC_SERVICE_GPU_JPEG_DECODE_ACCELERATOR_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -26,7 +26,7 @@ namespace gpu {
|
| class GpuChannel;
|
| }
|
|
|
| -namespace content {
|
| +namespace media {
|
| class GpuJpegDecodeAccelerator
|
| : public IPC::Sender,
|
| public base::NonThreadSafe,
|
| @@ -85,6 +85,6 @@ class GpuJpegDecodeAccelerator
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(GpuJpegDecodeAccelerator);
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace media
|
|
|
| -#endif // CONTENT_COMMON_GPU_MEDIA_GPU_JPEG_DECODE_ACCELERATOR_H_
|
| +#endif // MEDIA_GPU_IPC_SERVICE_GPU_JPEG_DECODE_ACCELERATOR_H_
|
|
|