| Index: content/public/browser/web_contents_observer.cc
|
| diff --git a/content/public/browser/web_contents_observer.cc b/content/public/browser/web_contents_observer.cc
|
| index 36854fca26abd7fa2a4c52c4b1eb7299106d4874..30292565b8e57bad97c3f784e84faeed0b24fcb9 100644
|
| --- a/content/public/browser/web_contents_observer.cc
|
| +++ b/content/public/browser/web_contents_observer.cc
|
| @@ -58,7 +58,7 @@ int WebContentsObserver::routing_id() const {
|
| return web_contents_->GetRenderViewHost()->GetRoutingID();
|
| }
|
|
|
| -void WebContentsObserver::TabContentsDestroyed() {
|
| +void WebContentsObserver::WebContentsImplDestroyed() {
|
| // Do cleanup so that 'this' can safely be deleted from WebContentsDestroyed.
|
| web_contents_->RemoveObserver(this);
|
| WebContentsImpl* contents = web_contents_;
|
|
|