Index: content/common/gpu/gpu_channel_manager.cc |
diff --git a/content/common/gpu/gpu_channel_manager.cc b/content/common/gpu/gpu_channel_manager.cc |
index 8f59e90345d0580e940cd0e17af6ae2cfc812e9c..428a393605d72d90110e8b5889800abd5efe3d29 100644 |
--- a/content/common/gpu/gpu_channel_manager.cc |
+++ b/content/common/gpu/gpu_channel_manager.cc |
@@ -259,7 +259,7 @@ void GpuChannelManager::OnDestroyGpuMemoryBuffer( |
void GpuChannelManager::OnCreateArcVideoAcceleratorChannel() { |
if (!gpu_arc_video_service_) { |
gpu_arc_video_service_.reset( |
- new GpuArcVideoService(shutdown_event_, io_task_runner_)); |
+ new arc::GpuArcVideoService(shutdown_event_, io_task_runner_)); |
} |
gpu_arc_video_service_->CreateChannel( |