| Index: chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h
|
| diff --git a/chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h b/chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h
|
| index df1a8b573a3ce7f4dfe004009d472d7838692f4b..5d1c0c25020fa890f8f04c23c00a0c344aa9a7b2 100644
|
| --- a/chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h
|
| +++ b/chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h
|
| @@ -22,13 +22,13 @@ namespace chromeos {
|
| class ScreenshotTestingMixin : public MixinBasedBrowserTest::Mixin {
|
| public:
|
| ScreenshotTestingMixin();
|
| - virtual ~ScreenshotTestingMixin();
|
| + ~ScreenshotTestingMixin() override;
|
|
|
| // Override from BrowsertestBase::Mixin.
|
| - virtual void SetUpInProcessBrowserTestFixture() override;
|
| + void SetUpInProcessBrowserTestFixture() override;
|
|
|
| // Override from BrowsertestBase::Mixin.
|
| - virtual void SetUpCommandLine(base::CommandLine* command_line) override;
|
| + void SetUpCommandLine(base::CommandLine* command_line) override;
|
|
|
| // Runs screenshot testing if it is turned on by command line switches.
|
| void RunScreenshotTesting(const std::string& test_name);
|
|
|