Index: chrome/browser/signin/easy_unlock_service_regular.h |
diff --git a/chrome/browser/signin/easy_unlock_service_regular.h b/chrome/browser/signin/easy_unlock_service_regular.h |
index 4ae4342877afb2c845f70a1eafc64c21071fd517..9bcf90a6888d98c71a634937e2608431fd018090 100644 |
--- a/chrome/browser/signin/easy_unlock_service_regular.h |
+++ b/chrome/browser/signin/easy_unlock_service_regular.h |
@@ -59,7 +59,7 @@ class EasyUnlockServiceRegular : public EasyUnlockService { |
void RecordPasswordLoginEvent(const std::string& user_id) const override; |
void InitializeInternal() override; |
void ShutdownInternal() override; |
- bool IsAllowedInternal() override; |
+ bool IsAllowedInternal() const override; |
// Opens the component packaged app responsible for setting up Smart Lock. |
void OpenSetupApp(); |