Index: chrome/browser/chromeos/login/user_manager_impl.h |
diff --git a/chrome/browser/chromeos/login/user_manager_impl.h b/chrome/browser/chromeos/login/user_manager_impl.h |
index 1fca7d5c486d441589d7e7433dff169bb0004fcf..ef63d1a52908f1414d4dd2c945b9ab459e74c7b8 100644 |
--- a/chrome/browser/chromeos/login/user_manager_impl.h |
+++ b/chrome/browser/chromeos/login/user_manager_impl.h |
@@ -314,7 +314,7 @@ class UserManagerImpl |
// Update the global LoginState. |
void UpdateLoginState(); |
- // Insert |user| at the front of the LRU user list.. |
+ // Insert |user| at the front of the LRU user list. |
void SetLRUUser(User* user); |
// Adds |user| to users list, and adds it to front of LRU list. It is assumed |