| Index: chrome/browser/ui/browser_browsertest.cc
|
| diff --git a/chrome/browser/ui/browser_browsertest.cc b/chrome/browser/ui/browser_browsertest.cc
|
| index ccfe5fac481dd3be957556dfc59d44d2155f0a6d..677fefa1c589b5cc77c2b149592af205090daa4f 100644
|
| --- a/chrome/browser/ui/browser_browsertest.cc
|
| +++ b/chrome/browser/ui/browser_browsertest.cc
|
| @@ -631,7 +631,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).";
|
|
|