| 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 cd496fb09baa34bb93eadc6dc68bb996727f6ed2..9aeac5009a7327c9820a21b6a309d0ddf6963363 100644
|
| --- a/ios/web/web_state/web_state_impl.h
|
| +++ b/ios/web/web_state/web_state_impl.h
|
| @@ -69,7 +69,7 @@ class WebStateImpl : public WebState, public NavigationManagerDelegate {
|
| ~WebStateImpl() override;
|
|
|
| // Gets/Sets the CRWWebController that backs this object.
|
| - CRWWebController* GetWebController();
|
| + CRWWebController* GetWebController() override;
|
| void SetWebController(CRWWebController* web_controller);
|
|
|
| // Gets or sets the delegate used to communicate with the web contents facade.
|
|
|