diff options
Diffstat (limited to 'chrome/browser/browser_main.cc')
-rw-r--r-- | chrome/browser/browser_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc index ddc7f30..1e2a2bc 100644 --- a/chrome/browser/browser_main.cc +++ b/chrome/browser/browser_main.cc @@ -1093,7 +1093,7 @@ void InitializeToolkit(const MainFunctionParams& parameters) { class StubLogin : public chromeos::LoginStatusConsumer, public chromeos::LoginUtils::Delegate { public: - explicit StubLogin(std::string username, std::string password) { + StubLogin(std::string username, std::string password) { authenticator_ = chromeos::LoginUtils::Get()->CreateAuthenticator(this); authenticator_.get()->AuthenticateToLogin( g_browser_process->profile_manager()->GetDefaultProfile(), |