| Index: media/gpu/ipc/service/media_service.h
|
| diff --git a/content/common/gpu/media/media_service.h b/media/gpu/ipc/service/media_service.h
|
| similarity index 81%
|
| rename from content/common/gpu/media/media_service.h
|
| rename to media/gpu/ipc/service/media_service.h
|
| index 0d8d6499b031a8f2d34f8851dcae561a2233c105..3ebc283d1dd9aa3ad9da2d08e9e64b7b7b96e918 100644
|
| --- a/content/common/gpu/media/media_service.h
|
| +++ b/media/gpu/ipc/service/media_service.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_MEDIA_SERVICE_H_
|
| -#define CONTENT_COMMON_GPU_MEDIA_MEDIA_SERVICE_H_
|
| +#ifndef MEDIA_GPU_IPC_SERVICE_MEDIA_SERVICE_H_
|
| +#define MEDIA_GPU_IPC_SERVICE_MEDIA_SERVICE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -20,7 +20,7 @@ class GpuChannel;
|
| class GpuChannelManager;
|
| }
|
|
|
| -namespace content {
|
| +namespace media {
|
|
|
| class MediaChannel;
|
|
|
| @@ -40,6 +40,6 @@ class MediaService {
|
| DISALLOW_COPY_AND_ASSIGN(MediaService);
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace media
|
|
|
| -#endif // CONTENT_COMMON_GPU_MEDIA_MEDIA_SERVICE_H_
|
| +#endif // MEDIA_GPU_IPC_SERVICE_MEDIA_SERVICE_H_
|
|
|