| 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 21f48a8f95686ed4a5498fb436cf2645d49ce147..60b2b0eb50b96bb19df33baca012e78cfcf91a07 100644
|
| --- a/content/public/test/browser_test_utils.cc
|
| +++ b/content/public/test/browser_test_utils.cc
|
| @@ -598,8 +598,7 @@ void WebContentsDestroyedWatcher::Wait() {
|
| message_loop_runner_->Run();
|
| }
|
|
|
| -void WebContentsDestroyedWatcher::WebContentsDestroyed(
|
| - WebContents* web_contents) {
|
| +void WebContentsDestroyedWatcher::WebContentsDestroyed() {
|
| message_loop_runner_->Quit();
|
| }
|
|
|
|
|