| Index: chrome/browser/ui/browser_browsertest.cc
|
| diff --git a/chrome/browser/ui/browser_browsertest.cc b/chrome/browser/ui/browser_browsertest.cc
|
| index 64322fe8629c92b1dbb34aa728400048d2ec46ac..95b221efd2a11d4452c5aea3bfa5cb06056d54d0 100644
|
| --- a/chrome/browser/ui/browser_browsertest.cc
|
| +++ b/chrome/browser/ui/browser_browsertest.cc
|
| @@ -632,7 +632,7 @@ class RedirectObserver : public content::WebContentsObserver {
|
| params_ = params;
|
| }
|
|
|
| - virtual void WebContentsDestroyed(WebContents* contents) OVERRIDE {
|
| + virtual void WebContentsDestroyed() OVERRIDE {
|
| // Make sure we don't close the tab while the observer is in scope.
|
| // See http://crbug.com/314036.
|
| FAIL() << "WebContents closed during navigation (http://crbug.com/314036).";
|
|
|