| Index: content/public/test/browser_test_utils.h
|
| diff --git a/content/public/test/browser_test_utils.h b/content/public/test/browser_test_utils.h
|
| index a13df28a9c7de4ee8f0e8d7d126ba014d44d71c9..7c2a20b3d529e5f593fd58a6757840d9198f60a2 100644
|
| --- a/content/public/test/browser_test_utils.h
|
| +++ b/content/public/test/browser_test_utils.h
|
| @@ -275,7 +275,7 @@ class TitleWatcher : public WebContentsObserver {
|
|
|
| private:
|
| // Overridden WebContentsObserver methods.
|
| - void DidStopLoading(RenderViewHost* render_view_host) override;
|
| + void DidStopLoading() override;
|
| void TitleWasSet(NavigationEntry* entry, bool explicit_set) override;
|
|
|
| void TestTitle();
|
|
|