Index: content/gpu/gpu_child_thread.h |
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h |
index 597afef350594cb156c1d1b83d028d2f5a2ac258..614e2449468873045b87be607747aba8cecec8ef 100644 |
--- a/content/gpu/gpu_child_thread.h |
+++ b/content/gpu/gpu_child_thread.h |
@@ -34,6 +34,10 @@ class GpuMemoryBufferFactory; |
class SyncPointManager; |
} |
+namespace media { |
+class MediaService; |
+} |
+ |
namespace sandbox { |
class TargetServices; |
} |
@@ -41,7 +45,6 @@ class TargetServices; |
namespace content { |
class GpuProcessControlImpl; |
class GpuWatchdogThread; |
-class MediaService; |
struct EstablishChannelParams; |
#if defined(OS_MACOSX) |
struct BufferPresentedParams; |
@@ -167,7 +170,7 @@ class GpuChildThread : public ChildThreadImpl, |
std::unique_ptr<gpu::GpuChannelManager> gpu_channel_manager_; |
- std::unique_ptr<MediaService> media_service_; |
+ std::unique_ptr<media::MediaService> media_service_; |
// Information about the GPU, such as device and vendor ID. |
gpu::GPUInfo gpu_info_; |