Index: chrome/browser/signin/screenlock_bridge.h |
diff --git a/chrome/browser/signin/screenlock_bridge.h b/chrome/browser/signin/screenlock_bridge.h |
index 4fc8f7deeaea0a448761f2a6d0e313bbbdc83e6a..daddb01beee893b4a93c7fd8e554bff21b568019 100644 |
--- a/chrome/browser/signin/screenlock_bridge.h |
+++ b/chrome/browser/signin/screenlock_bridge.h |
@@ -152,7 +152,7 @@ class ScreenlockBridge { |
}; |
static ScreenlockBridge* Get(); |
- static std::string GetAuthenticatedUserEmail(Profile* profile); |
+ static std::string GetAuthenticatedUserEmail(const Profile* profile); |
void SetLockHandler(LockHandler* lock_handler); |
void SetFocusedUser(const std::string& user_id); |