| Index: chromecast/browser/test/cast_browser_test.h
|
| diff --git a/chromecast/browser/test/cast_browser_test.h b/chromecast/browser/test/cast_browser_test.h
|
| index 5c94dd3beda201e7bccbd1bc7435ab1807e10a29..895384ef6c708cd007c39b212f98529fcd185bd0 100644
|
| --- a/chromecast/browser/test/cast_browser_test.h
|
| +++ b/chromecast/browser/test/cast_browser_test.h
|
| @@ -31,9 +31,9 @@ class CastBrowserTest : public content::BrowserTestBase, CastWebView::Delegate {
|
|
|
| // content::BrowserTestBase implementation:
|
| void SetUp() final;
|
| - void TearDownOnMainThread() override;
|
| void SetUpCommandLine(base::CommandLine* command_line) override;
|
| - void RunTestOnMainThreadLoop() final;
|
| + void PreRunTestOnMainThread() override;
|
| + void PostRunTestOnMainThread() override;
|
|
|
| content::WebContents* NavigateToURL(const GURL& url);
|
|
|
|
|