| Index: content/public/common/child_process_host_delegate.cc
|
| diff --git a/content/public/common/child_process_host_delegate.cc b/content/public/common/child_process_host_delegate.cc
|
| index 9efd37535e454579b1d9d3e58191026489736338..5afe0dd6c790cd41b621be12dffe7acf6d57c589 100644
|
| --- a/content/public/common/child_process_host_delegate.cc
|
| +++ b/content/public/common/child_process_host_delegate.cc
|
| @@ -10,7 +10,8 @@ bool ChildProcessHostDelegate::CanShutdown() {
|
| return true;
|
| }
|
|
|
| -shell::InterfaceProvider* ChildProcessHostDelegate::GetRemoteInterfaces() {
|
| +service_manager::InterfaceProvider*
|
| +ChildProcessHostDelegate::GetRemoteInterfaces() {
|
| return nullptr;
|
| }
|
|
|
|
|