| Index: chrome/browser/chromeos/login/fake_login_utils.cc
|
| diff --git a/chrome/browser/chromeos/login/fake_login_utils.cc b/chrome/browser/chromeos/login/fake_login_utils.cc
|
| index 5a5de7cc16b8eef33980c830e13034f43c7bacfa..c0b6088e30e60f2f3b6017f7470c6a64e5b77ce9 100644
|
| --- a/chrome/browser/chromeos/login/fake_login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/fake_login_utils.cc
|
| @@ -109,7 +109,7 @@ void FakeLoginUtils::InitRlzDelayed(Profile* user_profile) {
|
| NOTREACHED() << "Method not implemented.";
|
| }
|
|
|
| -void FakeLoginUtils::StartCertLoader(Profile* user_profile) {
|
| +void FakeLoginUtils::InitNSSCertDatabaseUsers(Profile* user_profile) {
|
| NOTREACHED() << "Method not implemented.";
|
| }
|
|
|
|
|