| Index: components/password_manager/core/browser/password_store.h
|
| diff --git a/components/password_manager/core/browser/password_store.h b/components/password_manager/core/browser/password_store.h
|
| index c49aecb814192ccf16cb21da63bf5e09ab98ff2c..eda5ee3b1a3d9fdf5d90e824c7057098548ded78 100644
|
| --- a/components/password_manager/core/browser/password_store.h
|
| +++ b/components/password_manager/core/browser/password_store.h
|
| @@ -187,7 +187,7 @@ class PasswordStore : protected PasswordStoreSync,
|
| // See GetLogins(). Logins older than this will be removed from the reply.
|
| base::Time ignore_logins_cutoff_;
|
|
|
| - scoped_refptr<base::MessageLoopProxy> origin_loop_;
|
| + scoped_refptr<base::SingleThreadTaskRunner> origin_task_runner_;
|
| base::WeakPtr<PasswordStoreConsumer> consumer_weak_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GetLoginsRequest);
|
|
|