Index: chrome/browser/chromeos/login/user_manager_impl.h |
=================================================================== |
--- chrome/browser/chromeos/login/user_manager_impl.h (revision 170576) |
+++ chrome/browser/chromeos/login/user_manager_impl.h (working copy) |
@@ -71,7 +71,7 @@ |
virtual bool IsCurrentUserEphemeral() const OVERRIDE; |
virtual bool CanCurrentUserLock() const OVERRIDE; |
virtual bool IsUserLoggedIn() const OVERRIDE; |
- virtual bool IsLoggedInAsRegularUser() const; |
+ virtual bool IsLoggedInAsRegularUser() const OVERRIDE; |
virtual bool IsLoggedInAsDemoUser() const OVERRIDE; |
virtual bool IsLoggedInAsPublicAccount() const OVERRIDE; |
virtual bool IsLoggedInAsGuest() const OVERRIDE; |