| Index: chrome/browser/chromeos/login/screenshot_testing_mixin.h
|
| diff --git a/chrome/browser/chromeos/login/screenshot_testing_mixin.h b/chrome/browser/chromeos/login/screenshot_testing_mixin.h
|
| index 852d8d76a32847f935a7733db8971b4993970787..f0721eb8f5a22a4508b0c646a0ee5c46fa90f4c6 100644
|
| --- a/chrome/browser/chromeos/login/screenshot_testing_mixin.h
|
| +++ b/chrome/browser/chromeos/login/screenshot_testing_mixin.h
|
| @@ -25,10 +25,10 @@ class ScreenshotTestingMixin : public MixinBasedBrowserTest::Mixin {
|
| virtual ~ScreenshotTestingMixin();
|
|
|
| // Override from BrowsertestBase::Mixin.
|
| - virtual void SetUpInProcessBrowserTestFixture() OVERRIDE;
|
| + virtual void SetUpInProcessBrowserTestFixture() override;
|
|
|
| // Override from BrowsertestBase::Mixin.
|
| - virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
| + virtual 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);
|
|
|