| Index: chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc b/chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc
|
| index 74928a722f08007f52a353a3b4dc29739aa5b1b7..4a9b7bd7ff35b7edba4ea3d077c43e89a35c58ec 100644
|
| --- a/chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc
|
| +++ b/chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc
|
| @@ -54,7 +54,7 @@ void PasswordsSyncPerfTest::UpdateLogins(int profile) {
|
| GetLogins(GetPasswordStore(profile), logins);
|
| for (std::vector<autofill::PasswordForm>::iterator it = logins.begin();
|
| it != logins.end(); ++it) {
|
| - (*it).password_value = ASCIIToUTF16(NextPassword());
|
| + (*it).password_value = base::ASCIIToUTF16(NextPassword());
|
| UpdateLogin(GetPasswordStore(profile), (*it));
|
| }
|
| }
|
|
|