| Index: content/public/test/content_browser_test.h
|
| diff --git a/content/public/test/content_browser_test.h b/content/public/test/content_browser_test.h
|
| index afd3ccced9fa8f8f856356898f4dfb3688dfa936..cd73852389369cd8a0d2c9d25c73cdf25fcaeb7c 100644
|
| --- a/content/public/test/content_browser_test.h
|
| +++ b/content/public/test/content_browser_test.h
|
| @@ -17,11 +17,11 @@ class ShellMainDelegate;
|
| class ContentBrowserTest : public BrowserTestBase {
|
| protected:
|
| ContentBrowserTest();
|
| - virtual ~ContentBrowserTest();
|
| + ~ContentBrowserTest() override;
|
|
|
| // testing::Test:
|
| - virtual void SetUp() override;
|
| - virtual void TearDown() override;
|
| + void SetUp() override;
|
| + void TearDown() override;
|
|
|
| // BrowserTestBase:
|
| void RunTestOnMainThreadLoop() override;
|
|
|