Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: chrome/browser/chromeos/login/screenshot_testing_mixin.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698