| Index: chrome/test/base/in_process_browser_test.h
|
| diff --git a/chrome/test/base/in_process_browser_test.h b/chrome/test/base/in_process_browser_test.h
|
| index e91a3e7296928bd577ac0cfbd0d04fc52f2aabe2..338343b564eb6c95e95a5909cc4909f0215dde50 100644
|
| --- a/chrome/test/base/in_process_browser_test.h
|
| +++ b/chrome/test/base/in_process_browser_test.h
|
| @@ -123,7 +123,7 @@ class InProcessBrowserTest : public content::BrowserTestBase {
|
| virtual bool SetUpUserDataDirectory() WARN_UNUSED_RESULT;
|
|
|
| // BrowserTestBase:
|
| - virtual void RunTestOnMainThreadLoop() override;
|
| + void RunTestOnMainThreadLoop() override;
|
|
|
| // Creates a browser with a single tab (about:blank), waits for the tab to
|
| // finish loading and shows the browser.
|
|
|