| Index: ios/web/web_state/web_state_impl.h
|
| diff --git a/ios/web/web_state/web_state_impl.h b/ios/web/web_state/web_state_impl.h
|
| index 01ad3d7cbca8287701201eb6699078c1ac3ed02c..3bb1e7364dc776ed8761621da0efd4855db1a3ab 100644
|
| --- a/ios/web/web_state/web_state_impl.h
|
| +++ b/ios/web/web_state/web_state_impl.h
|
| @@ -251,7 +251,7 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
|
| uint32_t max_bitmap_size,
|
| bool bypass_cache,
|
| const ImageDownloadCallback& callback) override;
|
| - shell::InterfaceRegistry* GetMojoInterfaceRegistry() override;
|
| + service_manager::InterfaceRegistry* GetMojoInterfaceRegistry() override;
|
| base::WeakPtr<WebState> AsWeakPtr() override;
|
|
|
| // Adds |interstitial|'s view to the web controller's content view.
|
| @@ -366,7 +366,7 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
|
| base::WeakPtrFactory<WebState> weak_factory_;
|
|
|
| // Mojo interface registry for this WebState.
|
| - std::unique_ptr<shell::InterfaceRegistry> mojo_interface_registry_;
|
| + std::unique_ptr<service_manager::InterfaceRegistry> mojo_interface_registry_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WebStateImpl);
|
| };
|
|
|