Index: content/browser/utility_process_host_impl.cc |
diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc |
index 853b374b59d4f5b3f6a4d506f1c17ee8613d470c..059d3fca924070bcad3758282dbe4f2e18994ba3 100644 |
--- a/content/browser/utility_process_host_impl.cc |
+++ b/content/browser/utility_process_host_impl.cc |
@@ -229,7 +229,8 @@ bool UtilityProcessHostImpl::Start() { |
return StartProcess(); |
} |
-shell::InterfaceProvider* UtilityProcessHostImpl::GetRemoteInterfaces() { |
+service_manager::InterfaceProvider* |
+UtilityProcessHostImpl::GetRemoteInterfaces() { |
return process_->child_connection()->GetRemoteInterfaces(); |
} |