| Index: chrome/browser/signin/screenlock_bridge.h
|
| diff --git a/chrome/browser/signin/screenlock_bridge.h b/chrome/browser/signin/screenlock_bridge.h
|
| index 1cfba53629122039b2640f68f04017b4fdb2be14..bcaa8c84fff223924a2d9cc5a192f3359157191b 100644
|
| --- a/chrome/browser/signin/screenlock_bridge.h
|
| +++ b/chrome/browser/signin/screenlock_bridge.h
|
| @@ -140,7 +140,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);
|
|
|