| Index: chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/login_utils_browsertest.cc b/chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| index 67975ba71af3fd55fd5ea10e0c3888316d9717d5..07766801521595b0ba207cb04839c5cb149c7bff 100644
|
| --- a/chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| @@ -246,8 +246,8 @@ class LoginUtilsTestBase : public TESTBASE,
|
| "password");
|
|
|
| GaiaAuthConsumer::ClientLoginResult credentials;
|
| - LoginUtils::Get()->PrepareProfile(
|
| - username, "password", credentials, false, true, false, this);
|
| + LoginUtils::Get()->PrepareProfile(username, std::string(), "password",
|
| + credentials, false, true, false, this);
|
| loop_.RunAllPending();
|
| }
|
|
|
|
|