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

Unified Diff: chrome/browser/chromeos/login/test/oobe_base_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/oobe_base_test.h
diff --git a/chrome/browser/chromeos/login/test/oobe_base_test.h b/chrome/browser/chromeos/login/test/oobe_base_test.h
index eb37bccf43418236d0b2a34452c188591ee3beab..59201603dc6d453949dc9e1fca458233fec583d8 100644
--- a/chrome/browser/chromeos/login/test/oobe_base_test.h
+++ b/chrome/browser/chromeos/login/test/oobe_base_test.h
@@ -35,11 +35,11 @@ class OobeBaseTest : public ExtensionApiTest {
protected:
// InProcessBrowserTest overrides.
- virtual void SetUp() OVERRIDE;
- virtual void SetUpInProcessBrowserTestFixture() OVERRIDE;
- virtual void SetUpOnMainThread() OVERRIDE;
- virtual void TearDownOnMainThread() OVERRIDE;
- virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
+ virtual void SetUp() override;
+ virtual void SetUpInProcessBrowserTestFixture() override;
+ virtual void SetUpOnMainThread() override;
+ virtual void TearDownOnMainThread() override;
+ virtual void SetUpCommandLine(base::CommandLine* command_line) override;
// Network status control functions.
void SimulateNetworkOffline();
« no previous file with comments | « chrome/browser/chromeos/login/test/https_forwarder.h ('k') | chrome/browser/chromeos/login/test/oobe_screen_waiter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698