Index: content/public/browser/gpu_service_registry.cc |
diff --git a/content/public/browser/gpu_service_registry.cc b/content/public/browser/gpu_service_registry.cc |
index 53b0761f769b44ed5564a4ac6e171b37c11a00cc..88ffd97df93ab365eabcd29c02a8d66fb3eeca88 100644 |
--- a/content/public/browser/gpu_service_registry.cc |
+++ b/content/public/browser/gpu_service_registry.cc |
@@ -8,7 +8,7 @@ |
namespace content { |
-shell::InterfaceProvider* GetGpuRemoteInterfaces() { |
+service_manager::InterfaceProvider* GetGpuRemoteInterfaces() { |
GpuProcessHost* host = |
GpuProcessHost::Get(GpuProcessHost::GPU_PROCESS_KIND_SANDBOXED); |
return host->GetRemoteInterfaces(); |