| 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 48a4b3463a9b37fa5d90f5c5f40e04e5d6bbe802..b0fff037d65110a6a6a6c0c00c7cb20f0df141e8 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 {
|
| + virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| ExtensionApiTest::SetUpCommandLine(command_line);
|
| // Override the default which InProcessBrowserTest adds if it doesn't see a
|
| // homepage.
|
| @@ -160,12 +160,12 @@ class ExtensionApiCaptureTest : public ExtensionApiTest {
|
| public:
|
| ExtensionApiCaptureTest() {}
|
|
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| EnablePixelOutput();
|
| ExtensionApiTest::SetUp();
|
| }
|
|
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| + virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| ExtensionApiTest::SetUpCommandLine(command_line);
|
| }
|
| };
|
|
|