| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 4f0d625767a8f385ed14747560f0a7313147c248..5478a378158c5dd4dcacfb8184555724693550dd 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -144,7 +144,7 @@ class WebContents : public PageNavigator,
|
|
|
| CONTENT_EXPORT static WebContents* FromRenderFrameHost(RenderFrameHost* rfh);
|
|
|
| - virtual ~WebContents() {}
|
| + ~WebContents() override {}
|
|
|
| // Intrinsic tab state -------------------------------------------------------
|
|
|
|
|