| Index: content/public/test/browser_test_utils.cc
|
| diff --git a/content/public/test/browser_test_utils.cc b/content/public/test/browser_test_utils.cc
|
| index d81f3919d7c59b0ee387f16db60cc996af1a4c26..71be231bc4643eecae01a448fd54aeb5c05cfc90 100644
|
| --- a/content/public/test/browser_test_utils.cc
|
| +++ b/content/public/test/browser_test_utils.cc
|
| @@ -599,8 +599,7 @@ void WebContentsDestroyedWatcher::Wait() {
|
| message_loop_runner_->Run();
|
| }
|
|
|
| -void WebContentsDestroyedWatcher::WebContentsDestroyed(
|
| - WebContents* web_contents) {
|
| +void WebContentsDestroyedWatcher::WebContentsDestroyed() {
|
| message_loop_runner_->Quit();
|
| }
|
|
|
|
|