| 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 72257ed9f3af4c9c28eb87bff693490b4a593466..eaf0ab9553888c5ff24e861a31cede0a09e3c7fd 100644
|
| --- a/chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils_browsertest.cc
|
| @@ -253,7 +253,7 @@ class LoginUtilsTestBase : public TESTBASE,
|
|
|
| GaiaAuthConsumer::ClientLoginResult credentials;
|
| LoginUtils::Get()->PrepareProfile(
|
| - username, "password", credentials, false, true, false, this);
|
| + username, "", "password", credentials, false, true, false, this);
|
| loop_.RunAllPending();
|
| }
|
|
|
|
|