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

Unified Diff: chrome/browser/chromeos/login/test/wizard_in_process_browser_test.h

Issue 856493004: Update {virtual,override,final} to follow C++11 style in chrome/browser/chromeos/login. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « chrome/browser/chromeos/login/test/oobe_screen_waiter.h ('k') | chrome/browser/chromeos/login/user_flow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9e565f60847041f8a065a78bf48e7482a54c4e7a..f8ef38002cdac239f17589257a5e1309d9561cda 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;
+ 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;
+ void SetUpOnMainThread() override;
+ void SetUpCommandLine(base::CommandLine* command_line) override;
+ 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/user_flow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698