Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2262)

Unified Diff: chrome/browser/signin/easy_unlock_service_observer.h

Issue 1113043004: [Smart Lock] Extract the screenlock state to the proximity_auth component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit tests compile Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/signin/easy_unlock_service.cc ('k') | components/proximity_auth.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « chrome/browser/signin/easy_unlock_service.cc ('k') | components/proximity_auth.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698