| Index: ios/web/public/test/test_web_state.mm
|
| diff --git a/ios/web/public/test/test_web_state.mm b/ios/web/public/test/test_web_state.mm
|
| index 255acaac8a528ecfdc29691e7af9436f568d5bfe..3906434aad0d174b0b23fe0a9107ab3f534dcc77 100644
|
| --- a/ios/web/public/test/test_web_state.mm
|
| +++ b/ios/web/public/test/test_web_state.mm
|
| @@ -142,7 +142,7 @@ int TestWebState::DownloadImage(const GURL& url,
|
| return 0;
|
| }
|
|
|
| -shell::InterfaceRegistry* TestWebState::GetMojoInterfaceRegistry() {
|
| +service_manager::InterfaceRegistry* TestWebState::GetMojoInterfaceRegistry() {
|
| return nullptr;
|
| }
|
|
|
|
|