| Index: chrome/browser/signin/easy_unlock_screenlock_state_handler.h
|
| diff --git a/chrome/browser/signin/easy_unlock_screenlock_state_handler.h b/chrome/browser/signin/easy_unlock_screenlock_state_handler.h
|
| index a1b1fce16268e6024254cf441d0389b30bd98230..da9f41919ef3d700754b5b1800f7d1bd67951136 100644
|
| --- a/chrome/browser/signin/easy_unlock_screenlock_state_handler.h
|
| +++ b/chrome/browser/signin/easy_unlock_screenlock_state_handler.h
|
| @@ -60,7 +60,7 @@ class EasyUnlockScreenlockStateHandler : public ScreenlockBridge::Observer {
|
| // state.
|
| EasyUnlockScreenlockStateHandler(const std::string& user_email,
|
| HardlockState initial_hardlock_state,
|
| - PrefService* pref_service,
|
| + PrefService* local_state,
|
| ScreenlockBridge* screenlock_bridge);
|
| virtual ~EasyUnlockScreenlockStateHandler();
|
|
|
| @@ -106,7 +106,7 @@ class EasyUnlockScreenlockStateHandler : public ScreenlockBridge::Observer {
|
|
|
| State state_;
|
| std::string user_email_;
|
| - PrefService* pref_service_;
|
| + PrefService* local_state_;
|
| ScreenlockBridge* screenlock_bridge_;
|
|
|
| // State of hardlock.
|
|
|