| Index: base/prefs/pref_member.h
|
| diff --git a/base/prefs/pref_member.h b/base/prefs/pref_member.h
|
| index 078be951b47c68ac15f81105febd7a85975824cc..fecc2e46777b2e575fa26032407e20328aa1b063 100644
|
| --- a/base/prefs/pref_member.h
|
| +++ b/base/prefs/pref_member.h
|
| @@ -92,7 +92,7 @@ class BASE_PREFS_EXPORT PrefMemberBase : public PrefObserver {
|
|
|
| bool IsOnCorrectThread() const;
|
|
|
| - scoped_refptr<base::SingleThreadTaskRunner> thread_loop_;
|
| + scoped_refptr<base::SingleThreadTaskRunner> thread_task_runner_;
|
| mutable bool is_managed_;
|
| mutable bool is_user_modifiable_;
|
|
|
|
|