| 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 4ab7678bf1ca02e4313e04455146f27e62206ff0..afd3ccced9fa8f8f856356898f4dfb3688dfa936 100644
|
| --- a/content/public/test/content_browser_test.h
|
| +++ b/content/public/test/content_browser_test.h
|
| @@ -24,7 +24,7 @@ class ContentBrowserTest : public BrowserTestBase {
|
| virtual void TearDown() override;
|
|
|
| // BrowserTestBase:
|
| - virtual void RunTestOnMainThreadLoop() override;
|
| + void RunTestOnMainThreadLoop() override;
|
|
|
| protected:
|
| // Creates a new window and loads about:blank.
|
|
|