| Index: chrome/browser/chromeos/login/google_authenticator_unittest.cc
|
| diff --git a/chrome/browser/chromeos/login/google_authenticator_unittest.cc b/chrome/browser/chromeos/login/google_authenticator_unittest.cc
|
| index 109dbe1e699f06c03ef92031e112087cdf40009f..ac9b95680b2c0784610d15f322b9cbd3a45f377e 100644
|
| --- a/chrome/browser/chromeos/login/google_authenticator_unittest.cc
|
| +++ b/chrome/browser/chromeos/login/google_authenticator_unittest.cc
|
| @@ -453,7 +453,8 @@ TEST_F(GoogleAuthenticatorTest, FullLoginTest) {
|
| URLFetcher::set_factory(&factory);
|
|
|
| scoped_refptr<GoogleAuthenticator> auth(new GoogleAuthenticator(&consumer));
|
| - auth->AuthenticateToLogin(&profile, username_, hash_ascii_);
|
| + auth->AuthenticateToLogin(
|
| + &profile, username_, hash_ascii_, std::string(), std::string());
|
|
|
| URLFetcher::set_factory(NULL);
|
| message_loop.RunAllPending();
|
|
|