| Index: content/public/browser/web_contents_observer.h
|
| diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h
|
| index f67b2a5ad8e25eacf52ef399a1bc48b1788088fe..47b94686e17b867d1255e10e446ef7d023372609 100644
|
| --- a/content/public/browser/web_contents_observer.h
|
| +++ b/content/public/browser/web_contents_observer.h
|
| @@ -125,9 +125,9 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Channel::Listener,
|
| private:
|
| friend class ::WebContentsImpl;
|
|
|
| - // Invoked from WebContentsImpl. Invokes TabContentsDestroyed and NULL out
|
| - // |tab_contents_|.
|
| - void TabContentsDestroyed();
|
| + // Invoked from WebContentsImpl. Invokes WebContentsDestroyed and NULL out
|
| + // |web_contents_|.
|
| + void WebContentsImplDestroyed();
|
|
|
| WebContentsImpl* web_contents_;
|
|
|
|
|