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 dee333635a7246c22b55117c67174828606f013c..d2161d5d4252e624c430faedfa36a4696bdc53f6 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -309,7 +309,7 @@ class WebContentsImpl::DestructionObserver : public WebContentsObserver { |
} |
// WebContentsObserver: |
- virtual void WebContentsDestroyed() OVERRIDE { |
+ virtual void WebContentsDestroyed() override { |
owner_->OnWebContentsDestroyed( |
static_cast<WebContentsImpl*>(web_contents())); |
} |