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 eaa01e3f7788606501aeadb2d97275fe5bcde23f..7a766196468721dec6b7d86f7f0e595ff5c5c13f 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> |
@@ -18,7 +18,7 @@ class GpuChannel; |
class GpuChannelManager; |
} |
-namespace content { |
+namespace media { |
class MediaChannel; |
@@ -38,6 +38,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_ |