| 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 61aa5f504ff156cc612c3aa413b3b7b0f197aacd..e1a1de482637930b0e3ff400d6bcfa60619c8d54 100644
|
| --- a/content/public/test/browser_test_utils.cc
|
| +++ b/content/public/test/browser_test_utils.cc
|
| @@ -781,7 +781,7 @@ const base::string16& TitleWatcher::WaitAndGetTitle() {
|
| return observed_title_;
|
| }
|
|
|
| -void TitleWatcher::DidStopLoading(RenderViewHost* render_view_host) {
|
| +void TitleWatcher::DidStopLoading() {
|
| // When navigating through the history, the restored NavigationEntry's title
|
| // will be used. If the entry ends up having the same title after we return
|
| // to it, as will usually be the case, then WebContentsObserver::TitleSet
|
|
|