| Index: chrome/browser/password_manager/password_store_x.cc
|
| diff --git a/chrome/browser/password_manager/password_store_x.cc b/chrome/browser/password_manager/password_store_x.cc
|
| index 94b27bccbb7449ee5015fee34775054e296cd43f..fe9640d096f8eaa6f1b4f8b51a201123b23e8038 100644
|
| --- a/chrome/browser/password_manager/password_store_x.cc
|
| +++ b/chrome/browser/password_manager/password_store_x.cc
|
| @@ -299,6 +299,6 @@ void PasswordStoreX::SetPasswordsUseLocalProfileId(PrefService* prefs) {
|
| // This method should work on any thread, but we expect the DB thread.
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB));
|
| BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
|
| - base::Bind(UISetPasswordsUseLocalProfileId, prefs));
|
| + base::Bind(&UISetPasswordsUseLocalProfileId, prefs));
|
| }
|
| #endif // !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
|
|
|