| Index: chrome/browser/chromeos/login/auth/cryptohome_authenticator_unittest.cc
|
| diff --git a/chrome/browser/chromeos/login/auth/cryptohome_authenticator_unittest.cc b/chrome/browser/chromeos/login/auth/cryptohome_authenticator_unittest.cc
|
| index a9e721825380822e2ab3cccc0d89df80cfe81f48..62d9ccc136de99c35ca5d9e3a6708eda0cbb4398 100644
|
| --- a/chrome/browser/chromeos/login/auth/cryptohome_authenticator_unittest.cc
|
| +++ b/chrome/browser/chromeos/login/auth/cryptohome_authenticator_unittest.cc
|
| @@ -151,9 +151,9 @@ class CryptohomeAuthenticatorTest : public testing::Test {
|
| FakeCryptohomeClient::GetStubSystemSalt()));
|
| }
|
|
|
| - virtual ~CryptohomeAuthenticatorTest() {}
|
| + ~CryptohomeAuthenticatorTest() override {}
|
|
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kLoginManager);
|
|
|
| @@ -174,7 +174,7 @@ class CryptohomeAuthenticatorTest : public testing::Test {
|
| }
|
|
|
| // Tears down the test fixture.
|
| - virtual void TearDown() {
|
| + void TearDown() override {
|
| SystemSaltGetter::Shutdown();
|
| DBusThreadManager::Shutdown();
|
|
|
|
|