| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 25d9f9964950e2e7673c41c317dc94b2a87480f2..f697a09c06380837d6d983e8b8ffe69526fd4963 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -259,7 +259,7 @@ class WebContentsImpl::DestructionObserver : public WebContentsObserver {
|
| }
|
|
|
| // WebContentsObserver:
|
| - virtual void WebContentsDestroyed() override {
|
| + void WebContentsDestroyed() override {
|
| owner_->OnWebContentsDestroyed(
|
| static_cast<WebContentsImpl*>(web_contents()));
|
| }
|
|
|