| Index: content/public/test/test_navigation_observer.cc
|
| diff --git a/content/public/test/test_navigation_observer.cc b/content/public/test/test_navigation_observer.cc
|
| index cad43a8cb6348ba6ff10cac34cfbff4c3f10d6c0..bfe74f663589ab4719fd6e74a94504f72888fff4 100644
|
| --- a/content/public/test/test_navigation_observer.cc
|
| +++ b/content/public/test/test_navigation_observer.cc
|
| @@ -34,8 +34,8 @@ class TestNavigationObserver::TestWebContentsObserver
|
| parent_->OnDidAttachInterstitialPage(web_contents());
|
| }
|
|
|
| - virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE {
|
| - parent_->OnWebContentsDestroyed(this, web_contents);
|
| + virtual void WebContentsDestroyed() OVERRIDE {
|
| + parent_->OnWebContentsDestroyed(this, web_contents());
|
| }
|
|
|
| virtual void DidStartLoading(RenderViewHost* render_view_host) OVERRIDE {
|
|
|