diff options
Diffstat (limited to 'chrome/browser/chromeos/login/reset_browsertest.cc')
-rw-r--r-- | chrome/browser/chromeos/login/reset_browsertest.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/login/reset_browsertest.cc b/chrome/browser/chromeos/login/reset_browsertest.cc index f9c2577..0cd28cd 100644 --- a/chrome/browser/chromeos/login/reset_browsertest.cc +++ b/chrome/browser/chromeos/login/reset_browsertest.cc @@ -38,13 +38,13 @@ class ResetTest : public LoginManagerTest { } virtual ~ResetTest() {} - virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE { + virtual void SetUpCommandLine(base::CommandLine* command_line) override { LoginManagerTest::SetUpCommandLine(command_line); command_line->AppendSwitch(switches::kEnableRollbackOption); } // LoginManagerTest overrides: - virtual void SetUpInProcessBrowserTestFixture() OVERRIDE { + virtual void SetUpInProcessBrowserTestFixture() override { scoped_ptr<DBusThreadManagerSetter> dbus_setter = chromeos::DBusThreadManager::GetSetterForTesting(); session_manager_client_ = new FakeSessionManagerClient; @@ -103,7 +103,7 @@ class ResetFirstAfterBootTest : public ResetTest { public: virtual ~ResetFirstAfterBootTest() {} - virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE { + virtual void SetUpCommandLine(base::CommandLine* command_line) override { LoginManagerTest::SetUpCommandLine(command_line); command_line->AppendSwitch(switches::kFirstExecAfterBoot); command_line->AppendSwitch(switches::kEnableRollbackOption); |