| Index: ios/web/public/web_state/web_state.h
|
| diff --git a/ios/web/public/web_state/web_state.h b/ios/web/public/web_state/web_state.h
|
| index 766a3bb8ed6dc760682cec0ae6b7c6a93cb1eafd..9c0418ba5dd5e6f073b7a89beed251038e20c17b 100644
|
| --- a/ios/web/public/web_state/web_state.h
|
| +++ b/ios/web/public/web_state/web_state.h
|
| @@ -59,7 +59,7 @@ class WebState : public base::SupportsUserData {
|
| bool is_renderer_initiated;
|
| };
|
|
|
| - virtual ~WebState() {}
|
| + ~WebState() override {}
|
|
|
| // Gets the BrowserState associated with this WebState. Can never return null.
|
| virtual BrowserState* GetBrowserState() const = 0;
|
|
|