| Index: chrome/browser/extensions/extension_tabs_apitest.cc
|
| diff --git a/chrome/browser/extensions/extension_tabs_apitest.cc b/chrome/browser/extensions/extension_tabs_apitest.cc
|
| index b0fff037d65110a6a6a6c0c00c7cb20f0df141e8..27017d99462c710b0b6b89fef1bcf425088a9181 100644
|
| --- a/chrome/browser/extensions/extension_tabs_apitest.cc
|
| +++ b/chrome/browser/extensions/extension_tabs_apitest.cc
|
| @@ -38,7 +38,7 @@
|
| class ExtensionApiNewTabTest : public ExtensionApiTest {
|
| public:
|
| ExtensionApiNewTabTest() {}
|
| - virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(CommandLine* command_line) override {
|
| ExtensionApiTest::SetUpCommandLine(command_line);
|
| // Override the default which InProcessBrowserTest adds if it doesn't see a
|
| // homepage.
|
| @@ -165,7 +165,7 @@ class ExtensionApiCaptureTest : public ExtensionApiTest {
|
| ExtensionApiTest::SetUp();
|
| }
|
|
|
| - virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(CommandLine* command_line) override {
|
| ExtensionApiTest::SetUpCommandLine(command_line);
|
| }
|
| };
|
|
|