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); |
whywhat
2011/12/05 12:14:49
nit: You pass "" here and std::string() in other p
Ivan Korotkov
2011/12/05 14:12:48
Done.
|
loop_.RunAllPending(); |
} |