| Index: chrome/browser/extensions/extension_apitest.h
|
| diff --git a/chrome/browser/extensions/extension_apitest.h b/chrome/browser/extensions/extension_apitest.h
|
| index a4f7e41a2a3efc5b65a185b8d8d603cae2c7a7fc..5c8a90be7233e174fde42ce7c504f228ebf5a8af 100644
|
| --- a/chrome/browser/extensions/extension_apitest.h
|
| +++ b/chrome/browser/extensions/extension_apitest.h
|
| @@ -65,8 +65,8 @@ class ExtensionApiTest : public ExtensionBrowserTest {
|
|
|
| protected:
|
| // InProcessBrowserTest:
|
| - void SetUpInProcessBrowserTestFixture() override;
|
| - void TearDownInProcessBrowserTestFixture() override;
|
| + void SetUpOnMainThread() override;
|
| + void TearDownOnMainThread() override;
|
|
|
| // Load |extension_name| and wait for pass / fail notification.
|
| // |extension_name| is a directory in "test/data/extensions/api_test".
|
|
|