| Index: chrome/browser/password_manager/password_store_mac.cc
|
| diff --git a/chrome/browser/password_manager/password_store_mac.cc b/chrome/browser/password_manager/password_store_mac.cc
|
| index 6d448d49ba56fbf5dcf8fd7c436ac4f53191683e..09319f83a361b86b445963d795f04c46116e7d4b 100644
|
| --- a/chrome/browser/password_manager/password_store_mac.cc
|
| +++ b/chrome/browser/password_manager/password_store_mac.cc
|
| @@ -963,7 +963,7 @@ void PasswordStoreMac::Shutdown() {
|
| // thread.
|
| scoped_refptr<base::SingleThreadTaskRunner>
|
| PasswordStoreMac::GetBackgroundTaskRunner() {
|
| - return (thread_.get()) ? thread_->message_loop_proxy() : NULL;
|
| + return (thread_.get()) ? thread_->task_runner() : NULL;
|
| }
|
|
|
| void PasswordStoreMac::ReportMetricsImpl(const std::string& sync_username,
|
|
|