summaryrefslogtreecommitdiffstats
path: root/content/public/test/browser_test_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/test/browser_test_utils.h')
-rw-r--r--content/public/test/browser_test_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/test/browser_test_utils.h b/content/public/test/browser_test_utils.h
index a13df28..7c2a20b 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();