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

Unified Diff: chrome/browser/chromeos/login/test/wizard_in_process_browser_test.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/test/wizard_in_process_browser_test.h
diff --git a/chrome/browser/chromeos/login/test/wizard_in_process_browser_test.h b/chrome/browser/chromeos/login/test/wizard_in_process_browser_test.h
index 656f731b7b76f37759a6088fea32806298a894f0..9e565f60847041f8a065a78bf48e7482a54c4e7a 100644
--- a/chrome/browser/chromeos/login/test/wizard_in_process_browser_test.h
+++ b/chrome/browser/chromeos/login/test/wizard_in_process_browser_test.h
@@ -27,7 +27,7 @@ class WizardInProcessBrowserTest : public InProcessBrowserTest {
explicit WizardInProcessBrowserTest(const char* screen_name);
// Overridden from InProcessBrowserTest:
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
protected:
// Can be overriden by derived test fixtures to set up environment after
@@ -35,9 +35,9 @@ class WizardInProcessBrowserTest : public InProcessBrowserTest {
virtual void SetUpWizard() {}
// Overriden from InProcessBrowserTest:
- virtual void SetUpOnMainThread() OVERRIDE;
- virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
- virtual void TearDownOnMainThread() OVERRIDE;
+ virtual void SetUpOnMainThread() override;
+ virtual void SetUpCommandLine(base::CommandLine* command_line) override;
+ virtual void TearDownOnMainThread() override;
private:
std::string screen_name_;
« no previous file with comments | « chrome/browser/chromeos/login/test/oobe_screen_waiter.h ('k') | chrome/browser/chromeos/login/test_login_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698