| Index: chrome/browser/signin/easy_unlock_service_observer.h
|
| diff --git a/chrome/browser/signin/easy_unlock_service_observer.h b/chrome/browser/signin/easy_unlock_service_observer.h
|
| index 9bd50241519d6e172b45984d6278ca6be3bcbbc5..339769066ffa99ba4eca293a0b661e6a51f5597a 100644
|
| --- a/chrome/browser/signin/easy_unlock_service_observer.h
|
| +++ b/chrome/browser/signin/easy_unlock_service_observer.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef CHROME_BROWSER_SIGNIN_EASY_UNLOCK_SERVICE_OBSERVER_H_
|
| #define CHROME_BROWSER_SIGNIN_EASY_UNLOCK_SERVICE_OBSERVER_H_
|
|
|
| -#include "chrome/browser/signin/easy_unlock_screenlock_state_handler.h"
|
| +#include "components/proximity_auth/screenlock_state.h"
|
|
|
| class EasyUnlockServiceObserver {
|
| public:
|
| @@ -14,7 +14,7 @@ class EasyUnlockServiceObserver {
|
|
|
| // Invoked when screenlock state changes.
|
| virtual void OnScreenlockStateChanged(
|
| - EasyUnlockScreenlockStateHandler::State state) {}
|
| + proximity_auth::ScreenlockState state) {}
|
|
|
| protected:
|
| virtual ~EasyUnlockServiceObserver() {}
|
|
|